summaryrefslogtreecommitdiffstats
path: root/lib/Format/FormatInternal.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Format/FormatInternal.h')
-rw-r--r--lib/Format/FormatInternal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Format/FormatInternal.h b/lib/Format/FormatInternal.h
index 3984158467..5c59e7656e 100644
--- a/lib/Format/FormatInternal.h
+++ b/lib/Format/FormatInternal.h
@@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//
///
/// \file
-/// \brief This file declares Format APIs to be used internally by the
+/// This file declares Format APIs to be used internally by the
/// formatting library implementation.
///
//===----------------------------------------------------------------------===//
@@ -24,7 +24,7 @@ namespace clang {
namespace format {
namespace internal {
-/// \brief Reformats the given \p Ranges in the code fragment \p Code.
+/// Reformats the given \p Ranges in the code fragment \p Code.
///
/// A fragment of code could conceptually be surrounded by other code that might
/// constrain how that fragment is laid out.