diff options
author | James Dennett <jdennett@google.com> | 2013-02-16 08:16:47 +0000 |
---|---|---|
committer | James Dennett <jdennett@google.com> | 2013-02-16 08:16:47 +0000 |
commit | c34464ee3367de42c477561c0ae069675be8393c (patch) | |
tree | bd27ac71d2079350873cc5dd1f00b4d680e434ac /include/clang/Frontend | |
parent | 1216015de0a958860082a7fa8b504547197686c3 (diff) |
Documentation cleanup: make a \brief be brief, and fix a bad use of \see.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175340 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Frontend')
-rw-r--r-- | include/clang/Frontend/DiagnosticRenderer.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/clang/Frontend/DiagnosticRenderer.h b/include/clang/Frontend/DiagnosticRenderer.h index b20a7f0801..f3cd054045 100644 --- a/include/clang/Frontend/DiagnosticRenderer.h +++ b/include/clang/Frontend/DiagnosticRenderer.h @@ -32,7 +32,8 @@ typedef llvm::PointerUnion<const Diagnostic *, const StoredDiagnostic *> DiagOrStoredDiag; /// \brief Class to encapsulate the logic for formatting a diagnostic message. -/// Actual "printing" logic is implemented by subclasses. +/// +/// Actual "printing" logic is implemented by subclasses. /// /// This class provides an interface for building and emitting /// diagnostic, including all of the macro backtraces, caret diagnostics, FixIt @@ -56,7 +57,7 @@ protected: /// \brief The location of the last include whose stack was printed if known. /// - /// Same restriction as \see LastLoc essentially, but tracking include stack + /// Same restriction as LastLoc essentially, but tracking include stack /// root locations rather than diagnostic locations. SourceLocation LastIncludeLoc; |