diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-06-04 17:46:13 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-06-04 17:46:13 (GMT) |
commit | c6b7c8e7b6760ebfafa40a71eea48d1b46dec477 (patch) | |
tree | 85b63b795f663bb71c26c647948a085a3849177d /src/htmlgen.cpp | |
parent | 832e08dcc70203d84f75249583a95fa172492aa2 (diff) | |
download | Doxygen-c6b7c8e7b6760ebfafa40a71eea48d1b46dec477.zip Doxygen-c6b7c8e7b6760ebfafa40a71eea48d1b46dec477.tar.gz Doxygen-c6b7c8e7b6760ebfafa40a71eea48d1b46dec477.tar.bz2 |
Release-1.1.4
Diffstat (limited to 'src/htmlgen.cpp')
-rw-r--r-- | src/htmlgen.cpp | 21 |
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\"> "; - t << "<tr><td colspan=\"2\"><div class=\"groupHeader\">"; } void HtmlGenerator::endMemberGroupHeader() { - //t << " </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\">"; } |