diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/doc/indexFooter | 1 | ||||
-rw-r--r-- | cpp/doc/indexHeader | 1 | ||||
-rw-r--r-- | cpp/src/slice2html/Gen.cpp | 3 |
3 files changed, 0 insertions, 5 deletions
diff --git a/cpp/doc/indexFooter b/cpp/doc/indexFooter index f294479c34e..ef5cc5bcb68 100644 --- a/cpp/doc/indexFooter +++ b/cpp/doc/indexFooter @@ -1,6 +1,5 @@ <hr> <div class="HeaderFooter"> - <!-- SwishCommand noindex --> <table class="ButtonTable"> <tr> <td> diff --git a/cpp/doc/indexHeader b/cpp/doc/indexHeader index 9abf00177f7..286f6f31cbf 100644 --- a/cpp/doc/indexHeader +++ b/cpp/doc/indexHeader @@ -71,7 +71,6 @@ TITLE <body> <div class="Page"> <div class="HeaderFooter"> - <!-- SwishCommand noindex --> <table class="ButtonTable"> <tr> <td> diff --git a/cpp/src/slice2html/Gen.cpp b/cpp/src/slice2html/Gen.cpp index 48164d5e2eb..20d9f219684 100644 --- a/cpp/src/slice2html/Gen.cpp +++ b/cpp/src/slice2html/Gen.cpp @@ -679,7 +679,6 @@ Slice::GeneratorBase::printHeaderFooter(const ContainedPtr& c) } start("div", "HeaderFooter"); - _out << nl << "<!-- SwishCommand noindex -->"; start("table", "ButtonTable"); start("tr"); @@ -1568,8 +1567,6 @@ Slice::StartPageGenerator::printHeaderFooter() { start("div", "HeaderFooter"); - _out << nl << "<!-- SwishCommand noindex -->"; - start("table", "ButtonTable"); start("tr"); start("td"); |