Skip to content

Commit

Permalink
Merge pull request doxygen#10832 from albert-github/feature/bug_md_al…
Browse files Browse the repository at this point in the history
…ias_space

Warning with ingroup command at end of alias
  • Loading branch information
doxygen authored Apr 29, 2024
2 parents ebaf6e1 + 04f17af commit e059191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/markdown.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2687,7 +2687,7 @@ void Markdown::Private::writeOneLineHeaderOrRuler(std::string_view data)

if (hasLineBreak(data))
{
out+="<br>";
out+="\\ilinebr<br>";
}
if (tmpSize != data.size()) out+='\n';
}
Expand Down

0 comments on commit e059191

Please sign in to comment.