llvm-project
5f33bbeb - [clang] Exclude trailing colons from param command names (#192598)

Commit
38 days ago
[clang] Exclude trailing colons from param command names (#192598) Doxygen accepts param names with trailing colons and they are omitted in documentation. The comment parser includes the colon in the param name thus including it in AST dumps. This patch removes a trailing colon and adds a test for it. Fixes #185378
Author
Parents
Loading