diff options
author | Michi Henning <michi@zeroc.com> | 2007-03-13 07:16:22 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2007-03-13 07:16:22 +0000 |
commit | 7f86453b6e67448d17f995de5371e0f17dd365b7 (patch) | |
tree | e1bf0c362f314eea40cc600a916a9918c7ab2722 /cpp/src/slice2html/Gen.cpp | |
parent | Swish-e changes. (diff) | |
download | ice-7f86453b6e67448d17f995de5371e0f17dd365b7.tar.bz2 ice-7f86453b6e67448d17f995de5371e0f17dd365b7.tar.xz ice-7f86453b6e67448d17f995de5371e0f17dd365b7.zip |
Swish-e again. Selective indexing suppression is still not working :-(
Diffstat (limited to 'cpp/src/slice2html/Gen.cpp')
-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"); |