diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2012-12-19 01:00:36 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2012-12-19 01:00:36 +0000 |
commit | e3ec31a6c2ff37bbc1ebea523e9f1730e0b4b1c7 (patch) | |
tree | 348b6c5bd15702af5462b6e879783851e248a341 | |
parent | 240c6ff9dcae0a19bb0ac0b86f6693de1da6ca21 (diff) |
fixes a doxygen comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170485 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | tools/libclang/SimpleFormatContext.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/libclang/SimpleFormatContext.h b/tools/libclang/SimpleFormatContext.h index 469a983e4d..8d84792f69 100644 --- a/tools/libclang/SimpleFormatContext.h +++ b/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 // //===----------------------------------------------------------------------===// |