summaryrefslogtreecommitdiffstats
path: root/src/memberdef.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2003-06-09 19:58:49 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2003-06-09 19:58:49 (GMT)
commitdae59054d3387840f0f4b4bf8f237fee0591a5b1 (patch)
treebc980e351fc747c41720cca5f31affe4f27c3a31 /src/memberdef.cpp
parent0c394c5817041713aee58748fcd5d338a467cbee (diff)
downloadDoxygen-dae59054d3387840f0f4b4bf8f237fee0591a5b1.zip
Doxygen-dae59054d3387840f0f4b4bf8f237fee0591a5b1.tar.gz
Doxygen-dae59054d3387840f0f4b4bf8f237fee0591a5b1.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();
}