Documentation cleanup: make a \brief be brief, and fix a bad use of \see.

llvm-svn: 175340
This commit is contained in:
James Dennett 2013-02-16 08:16:47 +00:00
parent bd59295fb7
commit 49049ee8c7
1 changed files with 3 additions and 2 deletions

View File

@ -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;