diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-10-07 14:42:40 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-10-07 14:42:40 (GMT) |
commit | f12c78472b4ea2f6b82c241a345af5da3d4973b9 (patch) | |
tree | d8a25d9352ffbba6e6fc08e678d7465211198851 /src/classdef.cpp | |
parent | c52e719895be2a133e6574573584df5a91b98ec6 (diff) | |
download | Doxygen-f12c78472b4ea2f6b82c241a345af5da3d4973b9.zip Doxygen-f12c78472b4ea2f6b82c241a345af5da3d4973b9.tar.gz Doxygen-f12c78472b4ea2f6b82c241a345af5da3d4973b9.tar.bz2 |
Release-1.2.11.1
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) |