summaryrefslogtreecommitdiffstats
path: root/src/classdef.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2001-10-07 14:42:40 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2001-10-07 14:42:40 (GMT)
commitbbd28a0ff4c70dccb9729e6ce515c08fc4756272 (patch)
treed8a25d9352ffbba6e6fc08e678d7465211198851 /src/classdef.cpp
parent9e4e94fbabe856b8de4041ff2a27524f923343dc (diff)
downloadDoxygen-bbd28a0ff4c70dccb9729e6ce515c08fc4756272.zip
Doxygen-bbd28a0ff4c70dccb9729e6ce515c08fc4756272.tar.gz
Doxygen-bbd28a0ff4c70dccb9729e6ce515c08fc4756272.tar.bz2
Release-1.2.11.1
Diffstat (limited to 'src/classdef.cpp')
-rw-r--r--src/classdef.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/classdef.cpp b/src/classdef.cpp
index 511aa7b..69d15ca 100644
--- a/src/classdef.cpp
+++ b/src/classdef.cpp
@@ -1192,7 +1192,10 @@ void ClassDef::writeDocumentation(OutputList &ol)
endFile(ol);
+}
+void ClassDef::writeDocumentationForInnerClasses(OutputList &ol)
+{
// write inner classes after the parent, so the tag files contain
// the definition in proper order!
if (m_innerClasses)