summaryrefslogtreecommitdiffstats
path: root/src/classdef.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2016-07-30 13:33:28 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2016-07-30 13:33:28 (GMT)
commit5af8d5e87657a2d3986783493c618df335b3771c (patch)
tree6024dd748c507b0280ad3ce01f53667d0a2fa08f /src/classdef.cpp
parent98f0816fc000c39f770523b29c68eb68d6ef06d5 (diff)
downloadDoxygen-5af8d5e87657a2d3986783493c618df335b3771c.zip
Doxygen-5af8d5e87657a2d3986783493c618df335b3771c.tar.gz
Doxygen-5af8d5e87657a2d3986783493c618df335b3771c.tar.bz2
Style fixes and added numbering to overloaded members
Diffstat (limited to 'src/classdef.cpp')
-rw-r--r--src/classdef.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/classdef.cpp b/src/classdef.cpp
index e67de25..c987d98 100644
--- a/src/classdef.cpp
+++ b/src/classdef.cpp
@@ -1706,7 +1706,7 @@ void ClassDef::writeInlineDocumentation(OutputList &ol)
ol.disableAllBut(OutputGenerator::Html);
{ // only HTML only
ol.writeAnchor(0,anchor());
- ol.startMemberDoc(0,0,0,0,FALSE);
+ ol.startMemberDoc(0,0,anchor(),name(),1,1,FALSE);
ol.startMemberDocName(FALSE);
ol.parseText(s);
ol.endMemberDocName();