diff options
Diffstat (limited to 'include/clang/Tooling/ReplacementsYaml.h')
-rw-r--r-- | include/clang/Tooling/ReplacementsYaml.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/clang/Tooling/ReplacementsYaml.h b/include/clang/Tooling/ReplacementsYaml.h index 0b1dc4c77423..8e41525a9412 100644 --- a/include/clang/Tooling/ReplacementsYaml.h +++ b/include/clang/Tooling/ReplacementsYaml.h @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// /// /// \file -/// \brief This file defines the structure of a YAML document for serializing +/// This file defines the structure of a YAML document for serializing /// replacements. /// //===----------------------------------------------------------------------===// @@ -25,10 +25,10 @@ LLVM_YAML_IS_SEQUENCE_VECTOR(clang::tooling::Replacement) namespace llvm { namespace yaml { -/// \brief Specialized MappingTraits to describe how a Replacement is +/// Specialized MappingTraits to describe how a Replacement is /// (de)serialized. template <> struct MappingTraits<clang::tooling::Replacement> { - /// \brief Helper to (de)serialize a Replacement since we don't have direct + /// Helper to (de)serialize a Replacement since we don't have direct /// access to its data members. struct NormalizedReplacement { NormalizedReplacement(const IO &) @@ -59,7 +59,7 @@ template <> struct MappingTraits<clang::tooling::Replacement> { } }; -/// \brief Specialized MappingTraits to describe how a +/// Specialized MappingTraits to describe how a /// TranslationUnitReplacements is (de)serialized. template <> struct MappingTraits<clang::tooling::TranslationUnitReplacements> { static void mapping(IO &Io, |