Skip to content

Commit

Permalink
bug_651081 Inconsistency between @page and @subpage parsing
Browse files Browse the repository at this point in the history
Align usage of the "label" for the `\page` and `\subpage` command
  • Loading branch information
albert-github committed Sep 10, 2023
1 parent e0b3a89 commit bcabbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commentscan.l
Expand Up @@ -1670,7 +1670,7 @@ STopt [^\n@\\]*

/* ----- handle arguments of the subpage command ------- */

<SubpageLabel>{LABELID} { // first argument
<SubpageLabel>{FILE} { // first argument
addOutput(yyscanner,yytext);
// we add subpage labels as a kind of "inheritance" relation to prevent
// needing to add another list to the Entry class.
Expand Down

0 comments on commit bcabbda

Please sign in to comment.