summaryrefslogtreecommitdiffstats
path: root/src/memberdef.cpp
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2003-06-09 19:58:49 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2003-06-09 19:58:49 (GMT)
commitd863498bbf7129c5d7f4984ca00adf378aac246d (patch)
treebc980e351fc747c41720cca5f31affe4f27c3a31 /src/memberdef.cpp
parent0aa47e2a30513b04d1041d528f468d3434a81558 (diff)
downloadDoxygen-d863498bbf7129c5d7f4984ca00adf378aac246d.zip
Doxygen-d863498bbf7129c5d7f4984ca00adf378aac246d.tar.gz
Doxygen-d863498bbf7129c5d7f4984ca00adf378aac246d.tar.bz2
Release-1.3.1-20030609
Diffstat (limited to 'src/memberdef.cpp')
-rw-r--r--src/memberdef.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memberdef.cpp b/src/memberdef.cpp
index ffda3bd..019943b 100644
--- a/src/memberdef.cpp
+++ b/src/memberdef.cpp
@@ -1581,7 +1581,7 @@ void MemberDef::writeDocumentation(MemberList *ml,OutputList &ol,
ol.disable(OutputGenerator::Man);
ol.newParagraph();
ol.startCallGraph();
- //ol.parseText(theTranslator->trCallGraph());
+ ol.parseText(theTranslator->trCallGraph());
ol.endCallGraph(callGraph);
ol.enableAll();
}