diff options
Diffstat (limited to 'src/filedef.cpp')
-rw-r--r-- | src/filedef.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filedef.cpp b/src/filedef.cpp index f07201d..b74fda9 100644 --- a/src/filedef.cpp +++ b/src/filedef.cpp @@ -311,6 +311,7 @@ void FileDefImpl::distributeMemberGroupDocumentation() void FileDefImpl::findSectionsInDocumentation() { + docFindSections(briefDescription(),this,docFile()); docFindSections(documentation(),this,docFile()); if (m_memberGroupSDict) { |