Skip to content

Commit c56443a

Browse files
committed
Missing \noop in list with commands starting with "\n" for escaping in aliases
Added `\noop` to list.
1 parent e16e8f3 commit c56443a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/doxygen.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9837,6 +9837,7 @@ static void escapeAliases()
98379837
newValue+=value.mid(p,in-p);
98389838
// expand \n's except if \n is part of a built-in command.
98399839
if (value.mid(in,5)!="\\note" &&
9840+
value.mid(in,5)!="\\noop" &&
98409841
value.mid(in,5)!="\\name" &&
98419842
value.mid(in,10)!="\\namespace" &&
98429843
value.mid(in,14)!="\\nosubgrouping"

0 commit comments

Comments
 (0)