diff options
Diffstat (limited to 'src/classdef.cpp')
-rw-r--r-- | src/classdef.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/classdef.cpp b/src/classdef.cpp index 73bb09c..8003fe0 100644 --- a/src/classdef.cpp +++ b/src/classdef.cpp @@ -1423,6 +1423,8 @@ void ClassDef::writeDocumentation(OutputList &ol) ol.popGeneratorState(); } + Doxygen::indexList.addIndexItem(this,0); + if (!Config_getString("GENERATE_TAGFILE").isEmpty()) { Doxygen::tagFile << " <compound kind=\"" << compoundTypeString(); |