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

James Dennett jdennett at google.com
Sat Feb 16 00:16:48 PST 2013


Author: jdennett
Date: Sat Feb 16 02:16:47 2013
New Revision: 175340

URL: http://llvm.org/viewvc/llvm-project?rev=175340&view=rev
Log:
Documentation cleanup: make a \brief be brief, and fix a bad use of \see.

Modified:
    cfe/trunk/include/clang/Frontend/DiagnosticRenderer.h

Modified: cfe/trunk/include/clang/Frontend/DiagnosticRenderer.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Frontend/DiagnosticRenderer.h?rev=175340&r1=175339&r2=175340&view=diff
==============================================================================
--- cfe/trunk/include/clang/Frontend/DiagnosticRenderer.h (original)
+++ cfe/trunk/include/clang/Frontend/DiagnosticRenderer.h Sat Feb 16 02:16:47 2013
@@ -32,7 +32,8 @@ typedef llvm::PointerUnion<const Diagnos
                            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;
   





More information about the cfe-commits mailing list