Skip to content

Commit 307eb89

Browse files
authored
Merge pull request doxygen#11363 from albert-github/feature/bug_md_dir
Page anchor of directory description
2 parents 242462e + 2fcfe9c commit 307eb89

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/markdown.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3678,6 +3678,10 @@ void MarkdownOutlineParser::parseInput(const QCString &fileName,
36783678
}
36793679
else if (isSubdirDocs)
36803680
{
3681+
if (!generatedId.isEmpty() && !title.isEmpty())
3682+
{
3683+
docs.prepend("@ianchor{" + title + "} " + generatedId + "\\ilinebr ");
3684+
}
36813685
docs.prepend("@dir\\ilinebr ");
36823686
}
36833687
else

0 commit comments

Comments
 (0)