diff options
Diffstat (limited to 'src/classdef.cpp')
-rw-r--r-- | src/classdef.cpp | 3 |
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) |