diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2000-05-08 20:42:05 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2000-05-08 20:42:05 (GMT) |
commit | 367c98ad291fd02781ae1c20a6e09e0b07dbec88 (patch) | |
tree | 28a24e8c88d32a50bc5bef6d49306553267dc5ab /src/rtfgen.cpp | |
parent | 59bbbf5099f9bcf96d3585e4fc0669e091d3b9e7 (diff) | |
download | Doxygen-367c98ad291fd02781ae1c20a6e09e0b07dbec88.zip Doxygen-367c98ad291fd02781ae1c20a6e09e0b07dbec88.tar.gz Doxygen-367c98ad291fd02781ae1c20a6e09e0b07dbec88.tar.bz2 |
Release-1.1.3
Diffstat (limited to 'src/rtfgen.cpp')
-rw-r--r-- | src/rtfgen.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rtfgen.cpp b/src/rtfgen.cpp index 352049c..d8a17c7 100644 --- a/src/rtfgen.cpp +++ b/src/rtfgen.cpp @@ -1927,11 +1927,11 @@ static bool PreProcessFile(QDir &d,QCString &infName, QTextStream &t, bool bIncl return TRUE; } -void RTFGenerator::startCollaborationDiagram() +void RTFGenerator::startDotGraph() { } -void RTFGenerator::endCollaborationDiagram(DotGfxUsageGraph &g) +void RTFGenerator::endDotGraph(DotClassGraph &g) { newParagraph(); t <<"{\\comment This would be an image map..." << endl; |