Skip to content

Commit 721b4a6

Browse files
committed
Merge branch 'master' of github.com:doxygen/doxygen
2 parents 12a74ef + eef56fc commit 721b4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/markdown.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3683,7 +3683,7 @@ void MarkdownOutlineParser::parseInput(const QCString &fileName,
36833683
{
36843684
if (!generatedId.isEmpty() && !title.isEmpty())
36853685
{
3686-
docs.prepend("@ianchor{" + title + "} " + generatedId + "\\ilinebr ");
3686+
docs.prepend("@section " + generatedId + " " + title + "\\ilinebr ");
36873687
}
36883688
docs.prepend("@dir\\ilinebr ");
36893689
}

0 commit comments

Comments
 (0)