Skip to content

Commit b93ec23

Browse files
committed
Dangerous trailing context in commentcnv.l
After the change for doxygen#11310 / 11385 got the message: ``` .../generated_src/commentcnv.l:1074: warning, dangerous trailing context ``` with this equivalent statement this message is gone
1 parent bc8099c commit b93ec23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commentcnv.l

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ MAILADDR ("mailto:")?[a-z_A-Z0-9\x80-\xff.+-]+"@"[a-z_A-Z0-9\x80-\xff-]+("."[a
190190
%x SnippetDocTag
191191
%x IncludeFile
192192

193-
CMD ("\\"|"@")
193+
CMD [\\@]
194194
//- start: NUMBER -------------------------------------------------------------------------
195195
// Note same defines in code.l: keep in sync
196196
DECIMAL_INTEGER [1-9][0-9']*[0-9]?[uU]?[lL]?[lL]?

0 commit comments

Comments
 (0)