summaryrefslogtreecommitdiffstats
path: root/src/htmlgen.cpp
diff options
context:
space:
mode:
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\">";
}