summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticOptions.h
diff options
context:
space:
mode:
authorJames Dennett <jdennett@google.com>2013-02-17 08:24:19 +0000
committerJames Dennett <jdennett@google.com>2013-02-17 08:24:19 +0000
commit6c31f7c56f54cc1c52475675335729290663535c (patch)
tree5ce5a8f616c6b98716e130cd506e212b6c24a6d3 /include/clang/Basic/DiagnosticOptions.h
parent49d7111bd42e38fb5f1d7ec5474b9f119e0d7b56 (diff)
Documentation: use \brief and don't duplicate the name of the declared entity
at the start of the doc comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175391 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/DiagnosticOptions.h')
-rw-r--r--include/clang/Basic/DiagnosticOptions.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/clang/Basic/DiagnosticOptions.h b/include/clang/Basic/DiagnosticOptions.h
index 1a68d95765..2fba3844a0 100644
--- a/include/clang/Basic/DiagnosticOptions.h
+++ b/include/clang/Basic/DiagnosticOptions.h
@@ -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