summaryrefslogtreecommitdiffstats
path: root/src/commentscan.l
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2021-05-15 10:48:16 (GMT)
committeralbert-github <albert.tests@gmail.com>2021-05-15 10:48:16 (GMT)
commit4b18ac804b72a099ebeaee051da63f2826082237 (patch)
tree54b3363f38ad60e6901e4835b814a14a053e23dd /src/commentscan.l
parentcbf2176f3b053f3a5404b4ec1e01a6522b4ae2cd (diff)
downloadDoxygen-4b18ac804b72a099ebeaee051da63f2826082237.zip
Doxygen-4b18ac804b72a099ebeaee051da63f2826082237.tar.gz
Doxygen-4b18ac804b72a099ebeaee051da63f2826082237.tar.bz2
issue #8552 Javadoc: strange issue with @verbatim ... @endverbatim
- Similar problems can occur with the `\startuml` and `msc` command. ``` /** * @startuml * {\f} @code * @enduml */ ``` - some further needed corrections (for lexcode) - `\endvhdlflow` does not exist
Diffstat (limited to 'src/commentscan.l')
-rw-r--r--src/commentscan.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commentscan.l b/src/commentscan.l
index 23a0471..2bc1b55 100644
--- a/src/commentscan.l
+++ b/src/commentscan.l
@@ -1479,7 +1479,7 @@ STopt [^\n@\\]*
/* ----- handle arguments of the preformatted block commands ------- */
-<FormatBlock>{CMD}("endverbatim"|"endlatexonly"|"endhtmlonly"|"endxmlonly"|"enddocbookonly"|"endrtfonly"|"endmanonly"|"enddot"|"endcode"|"endmsc"|"endvhdlflow")/{NW} { // possible ends
+<FormatBlock>{CMD}("endverbatim"|"endlatexonly"|"endhtmlonly"|"endxmlonly"|"enddocbookonly"|"endrtfonly"|"endmanonly"|"enddot"|"endcode"|"endmsc")/{NW} { // possible ends
addOutput(yyscanner,yytext);
if (&yytext[4]==yyextra->blockName) // found end of the block
{