[PATCH] D85105: [doxygen] Fix bad doxygen results for BugReporterVisitors.h
Valeriy Savchenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 5 07:10:02 PDT 2020
vsavchenko added a comment.
Hey, thanks again for cleaning up the analyzer's docs 😄
================
Comment at: clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h:56
/// last node should be unique.
- /// Use {@code getEndPath} to customize the note associated with the report
+ /// Use `getEndPath` to customize the note associated with the report
/// end instead.
----------------
Maybe it is better to create a reference to this function using the [[ https://www.doxygen.nl/manual/commands.html#cmdref | \ref ]] command?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85105/new/
https://reviews.llvm.org/D85105
More information about the cfe-commits
mailing list