summaryrefslogtreecommitdiffstats
path: root/src/htmlgen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2000-06-04 17:46:13 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2000-06-04 17:46:13 (GMT)
commitd8197176c24ca1a41af722063bfb6ceeb050442c (patch)
tree85b63b795f663bb71c26c647948a085a3849177d /src/htmlgen.cpp
parent3e33c5094f5127c719418656fff8e47d2e19405e (diff)
downloadDoxygen-d8197176c24ca1a41af722063bfb6ceeb050442c.zip
Doxygen-d8197176c24ca1a41af722063bfb6ceeb050442c.tar.gz
Doxygen-d8197176c24ca1a41af722063bfb6ceeb050442c.tar.bz2
Release-1.1.4
Diffstat (limited to 'src/htmlgen.cpp')
-rw-r--r--src/htmlgen.cpp21
1 files changed, 1 insertions, 20 deletions
diff --git a/src/htmlgen.cpp b/src/htmlgen.cpp
index f4d6799..1649407 100644
--- a/src/htmlgen.cpp
+++ b/src/htmlgen.cpp
@@ -853,37 +853,18 @@ void HtmlGenerator::writeGraphicalHierarchy(DotGfxHierarchyTable &g)
g.writeGraph(t,Config::htmlOutputDir);
}
-void HtmlGenerator::startMemberGroupHeader()
+void HtmlGenerator::startMemberGroupHeader(bool)
{
- //t << "<tr><td colspan=2><img src=\"null.gif\" height=8></td></tr>" << endl;
- //t << "<tr><td colspan=2>" << endl;
- //t << " <div class=\"in\">" << endl;
- //t << " <table border=0 cellspacing=0 cellpadding=0>" << endl;
- //t << " <tr><td colspan=3 class=\"groupLine\"><img src=\"null.gif\" height=1></td></tr>" << endl;
- //t << " <tr>" << endl;
- //t << " <td class=\"groupLine\"><img src=\"null.gif\" width=1></td>" << endl;
- //t << " <td><div class=\"groupHeader\">&nbsp;&nbsp;";
-
t << "<tr><td colspan=\"2\"><div class=\"groupHeader\">";
}
void HtmlGenerator::endMemberGroupHeader()
{
- //t << "&nbsp;&nbsp;</div></td>" << endl;
- //t << " <td class=\"groupLine\"><img src=\"null.gif\" width=1></td>" << endl;
- //t << " </tr>" << endl;
- //t << " <tr><td colspan=3 class=\"groupLine\"><img src=\"null.gif\" height=1></td></tr>" << endl;
- //t << " </table>" << endl;
- //t << " </div>" << endl;
- //t << "</tr>" << endl;
- //t << "<tr><td colspan=2><img src=\"null.gif\" height=4></td></tr>" << endl;
-
t << "</div></td></tr>" << endl;
}
void HtmlGenerator::startMemberGroupDocs()
{
- //t << "<tr><td colspan=2><img src=\"null.gif\" height=4></td></tr>" << endl;
t << "<tr><td colspan=\"2\"><div class=\"groupText\">";
}