We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
\invlude{doc}
1 parent 1fa3e70 commit b505016Copy full SHA for b505016
src/commentcnv.l
@@ -966,11 +966,11 @@ SLASHopt [/]*
966
<CComment,CNComment,ReadLine>[\\@][\\@][~a-z_A-Z][a-z_A-Z0-9]*[ \t]* { // escaped command
967
copyToOutput(yyscanner,yytext,(int)yyleng);
968
}
969
-<CComment,ReadLine,IncludeFile>[\\@]("include"{B}*"{doc}"|"includedoc") {
+<CComment,ReadLine,IncludeFile>[\\@]("include{"{B}*"doc"{B}*"}"|"includedoc") {
970
yyextra->includeCtx = YY_START;
971
BEGIN(IncludeDoc);
972
973
-<CComment,ReadLine,IncludeFile>[\\@]("snippet"{B}*"{doc}"|"snippetdoc") {
+<CComment,ReadLine,IncludeFile>[\\@]("snippet{"{B}*"doc"{B}*"}"|"snippetdoc") {
974
975
BEGIN(SnippetDoc);
976
0 commit comments