summaryrefslogtreecommitdiffstats
path: root/src/groupdef.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-09-21 10:20:57 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-09-21 10:20:57 (GMT)
commitdfc82af001c56254c6fde0affd009f80e19b1548 (patch)
tree153ddecdccb4c3cd821a6aecf104569fe274cd4f /src/groupdef.cpp
parent2871edf3e8ab69037119a236c90e6ebb86f4e0de (diff)
downloadDoxygen-dfc82af001c56254c6fde0affd009f80e19b1548.zip
Doxygen-dfc82af001c56254c6fde0affd009f80e19b1548.tar.gz
Doxygen-dfc82af001c56254c6fde0affd009f80e19b1548.tar.bz2
issue #8037: Links using @ref stopped working in doxygen 1.8.19
Diffstat (limited to 'src/groupdef.cpp')
-rw-r--r--src/groupdef.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/groupdef.cpp b/src/groupdef.cpp
index 9b33356..7cd6cf2 100644
--- a/src/groupdef.cpp
+++ b/src/groupdef.cpp
@@ -228,6 +228,7 @@ void GroupDefImpl::distributeMemberGroupDocumentation()
void GroupDefImpl::findSectionsInDocumentation()
{
+ docFindSections(briefDescription(),this,docFile());
docFindSections(documentation(),this,docFile());
MemberGroupSDict::Iterator mgli(*m_memberGroupSDict);
MemberGroup *mg;