diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/slice2html/Gen.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/cpp/src/slice2html/Gen.cpp b/cpp/src/slice2html/Gen.cpp index c663b49bc48..78b2a29c560 100644 --- a/cpp/src/slice2html/Gen.cpp +++ b/cpp/src/slice2html/Gen.cpp @@ -678,7 +678,8 @@ Slice::GeneratorBase::printHeaderFooter(const ContainedPtr& c) indexImage = "<img class=\"Button\" src=\"" + path + indexImage + "\" alt=\"Index\"/>"; } - _out << nl << "<!-- SwishCommand noindex -->"; + // _out << nl << "<!-- SwishCommand noindex -->"; + start("div", "HeaderFooter"); start("table", "ButtonTable"); @@ -744,7 +745,7 @@ Slice::GeneratorBase::printHeaderFooter(const ContainedPtr& c) printLogo(c, container, onEnumPage); - _out << nl << "<!-- SwishCommand index>"; + // _out << nl << "<!-- SwishCommand index -->"; end(); } @@ -1531,7 +1532,8 @@ Slice::StartPageGenerator::~StartPageGenerator() printHeaderFooter(); - _out << nl << "<!-- SwishCommand noindex -->"; + // _out << nl << "<!-- SwishCommand noindex -->"; + _out << nl << "<hr>"; start("h1"); |