summaryrefslogtreecommitdiff
path: root/include/clang/Basic/DiagnosticError.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Basic/DiagnosticError.h')
-rw-r--r--include/clang/Basic/DiagnosticError.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/DiagnosticError.h b/include/clang/Basic/DiagnosticError.h
index 6b4b073736..3f7be46c95 100644
--- a/include/clang/Basic/DiagnosticError.h
+++ b/include/clang/Basic/DiagnosticError.h
@@ -15,7 +15,7 @@
namespace clang {
-/// \brief Carries a Clang diagnostic in an llvm::Error.
+/// Carries a Clang diagnostic in an llvm::Error.
///
/// Users should emit the stored diagnostic using the DiagnosticsEngine.
class DiagnosticError : public llvm::ErrorInfo<DiagnosticError> {