summaryrefslogtreecommitdiffstats
path: root/src/filedef.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/filedef.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/filedef.cpp')
-rw-r--r--src/filedef.cpp1
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)
{