]> granicus.if.org Git - clang/commitdiff
Documentation: use \brief and don't duplicate the name of the declared entity
authorJames Dennett <jdennett@google.com>
Sun, 17 Feb 2013 08:24:19 +0000 (08:24 +0000)
committerJames Dennett <jdennett@google.com>
Sun, 17 Feb 2013 08:24:19 +0000 (08:24 +0000)
at the start of the doc comment.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175391 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticOptions.h

index 1a68d9576589dace4f52b4b185443aa81b73523e..2fba3844a09ca78a34c26d9ea3ec7e0f1b70d8b8 100644 (file)
@@ -24,8 +24,7 @@ enum OverloadsShown {
   Ovl_Best  ///< Show just the "best" overload candidates.
 };
 
-/// DiagnosticOptions - Options for controlling the compiler diagnostics
-/// engine.
+/// \brief Options for controlling the compiler diagnostics engine.
 class DiagnosticOptions : public RefCountedBase<DiagnosticOptions>{
 public:
   enum TextDiagnosticFormat { Clang, Msvc, Vi };
@@ -49,10 +48,10 @@ protected:
 #include "clang/Basic/DiagnosticOptions.def"
 
 public:
-  /// The file to log diagnostic output to.
+  /// \brief The file to log diagnostic output to.
   std::string DiagnosticLogFile;
   
-  /// The file to serialize diagnostics to (non-appending).
+  /// \brief The file to serialize diagnostics to (non-appending).
   std::string DiagnosticSerializationFile;
 
   /// The list of -W... options used to alter the diagnostic mappings, with the