From 4547fb55370b80f468fec19903ecb4a5cfd6d734 Mon Sep 17 00:00:00 2001 From: Fariborz Jahanian Date: Wed, 19 Dec 2012 17:03:46 +0000 Subject: [PATCH] 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 --- tools/libclang/SimpleFormatContext.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 // //===----------------------------------------------------------------------===// -- 2.40.0