summaryrefslogtreecommitdiff
path: root/cpp/src/slice2html/Gen.cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2007-01-23 02:18:52 +0000
committerMichi Henning <michi@zeroc.com>2007-01-23 02:18:52 +0000
commit04c1051b41fd41cb838efa912e7d9fd95454e4fa (patch)
treeaf3f038a68b9353bff9deef982d144b84fdc164f /cpp/src/slice2html/Gen.cpp
parentDoc fixes. (diff)
downloadice-04c1051b41fd41cb838efa912e7d9fd95454e4fa.tar.bz2
ice-04c1051b41fd41cb838efa912e7d9fd95454e4fa.tar.xz
ice-04c1051b41fd41cb838efa912e7d9fd95454e4fa.zip
*** empty log message ***
Diffstat (limited to 'cpp/src/slice2html/Gen.cpp')
-rw-r--r--cpp/src/slice2html/Gen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2html/Gen.cpp b/cpp/src/slice2html/Gen.cpp
index bc4eae1ad34..9182d73e3f4 100644
--- a/cpp/src/slice2html/Gen.cpp
+++ b/cpp/src/slice2html/Gen.cpp
@@ -563,7 +563,7 @@ Slice::GeneratorBase::printSummary(const ContainedPtr& p, const ContainerPtr& mo
if(deprecated)
{
- start("dd", "Deprecated");
+ start("p", "Deprecated");
_out << nl << "Deprecated.";
end();
}