summaryrefslogtreecommitdiffstats
path: root/lib/Index/SimpleFormatContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Index/SimpleFormatContext.h')
-rw-r--r--lib/Index/SimpleFormatContext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Index/SimpleFormatContext.h b/lib/Index/SimpleFormatContext.h
index 2c26e4d82e..9c6d29bec3 100644
--- a/lib/Index/SimpleFormatContext.h
+++ b/lib/Index/SimpleFormatContext.h
@@ -9,7 +9,7 @@
//
/// \file
///
-/// \brief Defines a utility class for use of clang-format in libclang
+/// Defines a utility class for use of clang-format in libclang
//
//===----------------------------------------------------------------------===//
@@ -29,7 +29,7 @@
namespace clang {
namespace index {
-/// \brief A small class to be used by libclang clients to format
+/// A small class to be used by libclang clients to format
/// a declaration string in memory. This object is instantiated once
/// and used each time a formatting is needed.
class SimpleFormatContext {