summaryrefslogtreecommitdiffstats
path: root/src/htmlgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/htmlgen.h')
-rw-r--r--src/htmlgen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/htmlgen.h b/src/htmlgen.h
index b111a25..3fdc67c 100644
--- a/src/htmlgen.h
+++ b/src/htmlgen.h
@@ -214,8 +214,8 @@ class HtmlGenerator : public OutputGenerator
{ t << "</td></tr>" << endl; }
//static void docifyStatic(QTextStream &t,const char *str);
- void startCollaborationDiagram();
- void endCollaborationDiagram(DotGfxUsageGraph &g);
+ void startDotGraph();
+ void endDotGraph(DotClassGraph &g);
void startInclDepGraph();
void endInclDepGraph(DotInclDepGraph &g);
void writeGraphicalHierarchy(DotGfxHierarchyTable &g);