diff options
author | Michi Henning <michi@zeroc.com> | 2007-03-13 06:21:54 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2007-03-13 06:21:54 +0000 |
commit | 4819cc86b01705ff3d7670fbf6615f4e38e47766 (patch) | |
tree | 3a062196d4f896af0b01db974e85cb445f0c2298 /cpp | |
parent | Added page links to bottom of search results. (diff) | |
download | ice-4819cc86b01705ff3d7670fbf6615f4e38e47766.tar.bz2 ice-4819cc86b01705ff3d7670fbf6615f4e38e47766.tar.xz ice-4819cc86b01705ff3d7670fbf6615f4e38e47766.zip |
Add index/noindex commands for swish-e.
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/doc/htmlHeader | 2 | ||||
-rw-r--r-- | cpp/doc/indexFooter | 1 | ||||
-rw-r--r-- | cpp/doc/indexHeader | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/cpp/doc/htmlHeader b/cpp/doc/htmlHeader index d1bd99e135a..e9acbaf5783 100644 --- a/cpp/doc/htmlHeader +++ b/cpp/doc/htmlHeader @@ -4,6 +4,7 @@ <title> TITLE </title> + <!-- SwishCommand noindex --> <style type="text/css"> body { font-family: Arial, Helvetica, sans-serif; @@ -57,4 +58,5 @@ TITLE </style> </head> <body> + <!-- SwishCommand index --> <div class="Page"> diff --git a/cpp/doc/indexFooter b/cpp/doc/indexFooter index ef5cc5bcb68..4d95b418770 100644 --- a/cpp/doc/indexFooter +++ b/cpp/doc/indexFooter @@ -1,3 +1,4 @@ + <!-- SwishCommand noindex --> <hr> <div class="HeaderFooter"> <table class="ButtonTable"> diff --git a/cpp/doc/indexHeader b/cpp/doc/indexHeader index 286f6f31cbf..58cb9185d57 100644 --- a/cpp/doc/indexHeader +++ b/cpp/doc/indexHeader @@ -5,6 +5,7 @@ <title> TITLE </title> + <!-- SwishCommand noindex> <style type="text/css"> body { font-family: Arial, Helvetica, sans-serif; @@ -104,3 +105,4 @@ TITLE </table> </div> <hr> + <!-- SwishCommand index> |