[doxygen] Fix bad doxygen results for BugReporterVisitors.h

`{@code xxxxx}` triggers a Doxygen bug. The bug may be matching the
close brace with the open brace of the namespace
declaration (`namespace clang {` or `namespace ento {`).

Differential Revision: https://reviews.llvm.org/D85105
This commit is contained in:
Ella Ma 2020-08-28 12:37:55 +03:00 committed by Valeriy Savchenko
parent 15c66b1011
commit 9300ca5411
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ public:
/// 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