summaryrefslogtreecommitdiff
path: root/cpp/src/slice2html/Gen.cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2007-03-14 02:41:55 +0000
committerMichi Henning <michi@zeroc.com>2007-03-14 02:41:55 +0000
commit18453b43ec826c623ab4092a3bc75cac37598e44 (patch)
treeb8babc5e25e54846099d1f61ff00501624253461 /cpp/src/slice2html/Gen.cpp
parentRemoved references to doc from READMEs (diff)
downloadice-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.cpp6
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>";