[PATCH] D85105: [doxygen] Fix bad doxygen results for BugReporterVisitors.h
Ella Ma via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 23 20:07:04 PDT 2020
OikawaKirie added a comment.
@vsavchenko @NoQ
The patch has been updated as required. Is there anything I need to do with the patch?
================
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.
----------------
vsavchenko wrote:
> Maybe it is better to create a reference to this function using the [[ https://www.doxygen.nl/manual/commands.html#cmdref | \ref ]] command?
Yes, using `\ref` looks better. I will submit it again. To be similar to the original code, I will use `@ref getEndPath` instead.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85105/new/
https://reviews.llvm.org/D85105
More information about the cfe-commits
mailing list