diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2018-07-28 11:06:01 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2018-07-28 11:06:01 +0000 |
commit | 486754660bb926339aefcf012a3f848592babb8b (patch) | |
tree | ecdbc446c9876f4f120f701c243373cd3cb43db3 /lib/Index/SimpleFormatContext.h | |
parent | 55e6d896ad333f07bb3b1ba487df214fc268a4ab (diff) |
Notes
Diffstat (limited to 'lib/Index/SimpleFormatContext.h')
-rw-r--r-- | lib/Index/SimpleFormatContext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Index/SimpleFormatContext.h b/lib/Index/SimpleFormatContext.h index 2c26e4d82e081..9c6d29bec329f 100644 --- a/lib/Index/SimpleFormatContext.h +++ b/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 { |