Skip to content

Commit

Permalink
Merge pull request #8964 from albert-github/feature/bug_cmdname_relates
Browse files Browse the repository at this point in the history
Set currentCmd for `\relates` / `\related` command
  • Loading branch information
doxygen committed Dec 20, 2021
2 parents cf7ab4c + 4a92abc commit 449de7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commentscan.l
Expand Up @@ -2334,6 +2334,7 @@ static bool handleRelated(yyscan_t yyscanner,const QCString &cmd, const StringVe
"found multiple \\relates, \\relatesalso or \\memberof commands in a comment block, using last definition");
}
yyextra->current->relatesType = Simple;
yyextra->currentCmd = cmd;
BEGIN(RelatesParam1);
return FALSE;
}
Expand Down

0 comments on commit 449de7f

Please sign in to comment.