diff options
author | Michi Henning <michi@zeroc.com> | 2007-03-14 02:41:55 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2007-03-14 02:41:55 +0000 |
commit | 18453b43ec826c623ab4092a3bc75cac37598e44 (patch) | |
tree | b8babc5e25e54846099d1f61ff00501624253461 /cpp/src/slice2html/Gen.cpp | |
parent | Removed references to doc from READMEs (diff) | |
download | ice-18453b43ec826c623ab4092a3bc75cac37598e44.tar.bz2 ice-18453b43ec826c623ab4092a3bc75cac37598e44.tar.xz ice-18453b43ec826c623ab4092a3bc75cac37598e44.zip |
Swish-e changes.
Diffstat (limited to 'cpp/src/slice2html/Gen.cpp')
-rw-r--r-- | cpp/src/slice2html/Gen.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/slice2html/Gen.cpp b/cpp/src/slice2html/Gen.cpp index 78b2a29c560..a7c9974160e 100644 --- a/cpp/src/slice2html/Gen.cpp +++ b/cpp/src/slice2html/Gen.cpp @@ -678,7 +678,7 @@ 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"); @@ -745,7 +745,7 @@ Slice::GeneratorBase::printHeaderFooter(const ContainedPtr& c) printLogo(c, container, onEnumPage); - // _out << nl << "<!-- SwishCommand index -->"; + _out << nl << "<!-- SwishCommand index -->"; end(); } @@ -1532,7 +1532,7 @@ Slice::StartPageGenerator::~StartPageGenerator() printHeaderFooter(); - // _out << nl << "<!-- SwishCommand noindex -->"; + _out << nl << "<!-- SwishCommand noindex -->"; _out << nl << "<hr>"; |