Skip to content

Commit

Permalink
Don't process special comments in the body of a Python function
Browse files Browse the repository at this point in the history
  • Loading branch information
doxygen committed Apr 21, 2024
1 parent e596385 commit def8bc5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/pyscanner.l
Original file line number Diff line number Diff line change
Expand Up @@ -716,11 +716,6 @@ ID [a-z_A-Z%]+{IDSYM}*
BEGIN(TripleComment);
}
{STARTDOCSYMS}/[^#\n] { // start of a special comment
initSpecialBlock(yyscanner);
BEGIN(SpecialComment);
}
}
<FunctionDec>{
Expand Down

0 comments on commit def8bc5

Please sign in to comment.