diff options
Diffstat (limited to 'contrib/llvm/tools/clang/lib/Index/SimpleFormatContext.h')
| -rw-r--r-- | contrib/llvm/tools/clang/lib/Index/SimpleFormatContext.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/llvm/tools/clang/lib/Index/SimpleFormatContext.h b/contrib/llvm/tools/clang/lib/Index/SimpleFormatContext.h index 2c26e4d82e08..9c6d29bec329 100644 --- a/contrib/llvm/tools/clang/lib/Index/SimpleFormatContext.h +++ b/contrib/llvm/tools/clang/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 {  | 
