From: Fariborz Jahanian Date: Wed, 19 Dec 2012 17:03:46 +0000 (+0000) Subject: Improve on header comment suggested by James Dennet. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4547fb55370b80f468fec19903ecb4a5cfd6d734;p=clang Improve on header comment suggested by James Dennet. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170555 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/libclang/SimpleFormatContext.h b/tools/libclang/SimpleFormatContext.h index 8d84792f69..ac48387553 100644 --- a/tools/libclang/SimpleFormatContext.h +++ b/tools/libclang/SimpleFormatContext.h @@ -7,9 +7,9 @@ // //===----------------------------------------------------------------------===// // -/// \file SimpleFormatContext.h +/// \file /// -/// \brief This file defines a utility class for use of clang-format in libclang +/// \brief Defines a utility class for use of clang-format in libclang // //===----------------------------------------------------------------------===//