From 799d96b8b8865cf96012d9e23e4cfc7558619296 Mon Sep 17 00:00:00 2001 From: Fariborz Jahanian Date: Wed, 19 Dec 2012 01:00:36 +0000 Subject: [PATCH] fixes a doxygen comment. llvm-svn: 170485 --- clang/tools/libclang/SimpleFormatContext.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clang/tools/libclang/SimpleFormatContext.h b/clang/tools/libclang/SimpleFormatContext.h index 469a983..8d84792 100644 --- a/clang/tools/libclang/SimpleFormatContext.h +++ b/clang/tools/libclang/SimpleFormatContext.h @@ -7,7 +7,9 @@ // //===----------------------------------------------------------------------===// // -/// \file This file defines a utility class for use of clang-format in libclang +/// \file SimpleFormatContext.h +/// +/// \brief This file defines a utility class for use of clang-format in libclang // //===----------------------------------------------------------------------===// -- 2.7.4