diff --git a/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h b/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h index 1aff2ca34a7011..58a88f452ed95d 100644 --- a/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h +++ b/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h @@ -53,7 +53,7 @@ class BugReporterVisitor : public llvm::FoldingSetNode { /// 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