diff options
Diffstat (limited to 'src/memberdef.cpp')
-rw-r--r-- | src/memberdef.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/memberdef.cpp b/src/memberdef.cpp index 0f403d1..2c88898 100644 --- a/src/memberdef.cpp +++ b/src/memberdef.cpp @@ -2078,9 +2078,7 @@ void MemberDef::_writeCallGraph(OutputList &ol) msg("Generating call graph for function %s\n",qPrint(qualifiedName())); ol.disable(OutputGenerator::Man); ol.startCallGraph(); - ol.startParagraph(); ol.parseText(theTranslator->trCallGraph()); - ol.endParagraph(); ol.endCallGraph(callGraph); ol.enableAll(); } @@ -2103,9 +2101,7 @@ void MemberDef::_writeCallerGraph(OutputList &ol) msg("Generating caller graph for function %s\n",qPrint(qualifiedName())); ol.disable(OutputGenerator::Man); ol.startCallGraph(); - ol.startParagraph(); ol.parseText(theTranslator->trCallerGraph()); - ol.endParagraph(); ol.endCallGraph(callerGraph); ol.enableAll(); } |