]> granicus.if.org Git - clang/commitdiff
Documentation cleanup: make a \brief be brief, and fix a bad use of \see.
authorJames Dennett <jdennett@google.com>
Sat, 16 Feb 2013 08:16:47 +0000 (08:16 +0000)
committerJames Dennett <jdennett@google.com>
Sat, 16 Feb 2013 08:16:47 +0000 (08:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175340 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Frontend/DiagnosticRenderer.h

index b20a7f08017672c0fa604c3d064a90fb3b3dd9d9..f3cd054045e33d39cc8a7ec7960349e8788b65d6 100644 (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;