summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Dennett <jdennett@google.com>2013-02-16 08:16:47 +0000
committerJames Dennett <jdennett@google.com>2013-02-16 08:16:47 +0000
commit49049ee8c7c461a62682030737c061844e1ebe4a (patch)
treecb416b5ac750cc5050de45f564daf8234d07d36c
parentbd59295fb76989d95360c64eff95bf109114eaa5 (diff)
downloadbcm5719-llvm-49049ee8c7c461a62682030737c061844e1ebe4a.tar.gz
bcm5719-llvm-49049ee8c7c461a62682030737c061844e1ebe4a.zip
Documentation cleanup: make a \brief be brief, and fix a bad use of \see.
llvm-svn: 175340
-rw-r--r--clang/include/clang/Frontend/DiagnosticRenderer.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/clang/include/clang/Frontend/DiagnosticRenderer.h b/clang/include/clang/Frontend/DiagnosticRenderer.h
index b20a7f08017..f3cd054045e 100644
--- a/clang/include/clang/Frontend/DiagnosticRenderer.h
+++ b/clang/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;
OpenPOWER on IntegriCloud