[PATCH] D85105: [doxygen] Fix bad doxygen results for BugReporterVisitors.h
Ella Ma via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 11 19:22:27 PDT 2020
OikawaKirie updated this revision to Diff 284952.
OikawaKirie marked an inline comment as done.
OikawaKirie added a comment.
Now it has a link to the `getEndPath`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85105/new/
https://reviews.llvm.org/D85105
Files:
clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h
Index: clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h
===================================================================
--- clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h
+++ clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h
@@ -53,7 +53,7 @@
/// Note that this function does *not* get run on the very last node
/// of the report, as the PathDiagnosticPiece associated with the
/// last node should be unique.
- /// Use {@code getEndPath} to customize the note associated with the report
+ /// Use @ref getEndPath to customize the note associated with the report
/// end instead.
///
/// The last parameter can be used to register a new visitor with the given
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85105.284952.patch
Type: text/x-patch
Size: 760 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200812/c587ceaa/attachment.bin>
More information about the cfe-commits
mailing list