diff options
Diffstat (limited to 'include/clang/Frontend/TextDiagnostic.h')
-rw-r--r-- | include/clang/Frontend/TextDiagnostic.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/clang/Frontend/TextDiagnostic.h b/include/clang/Frontend/TextDiagnostic.h index 1bbfe9fa02e3..9f33b866a1eb 100644 --- a/include/clang/Frontend/TextDiagnostic.h +++ b/include/clang/Frontend/TextDiagnostic.h @@ -20,7 +20,7 @@ namespace clang { -/// \brief Class to encapsulate the logic for formatting and printing a textual +/// Class to encapsulate the logic for formatting and printing a textual /// diagnostic message. /// /// This class provides an interface for building and emitting a textual @@ -42,7 +42,7 @@ public: ~TextDiagnostic() override; - /// \brief Print the diagonstic level to a raw_ostream. + /// Print the diagonstic level to a raw_ostream. /// /// This is a static helper that handles colorizing the level and formatting /// it into an arbitrary output stream. This is used internally by the @@ -54,7 +54,7 @@ public: bool ShowColors, bool CLFallbackMode = false); - /// \brief Pretty-print a diagnostic message to a raw_ostream. + /// Pretty-print a diagnostic message to a raw_ostream. /// /// This is a static helper to handle the line wrapping, colorizing, and /// rendering of a diagnostic message to a particular ostream. It is |