summaryrefslogtreecommitdiff
path: root/include/llvm/Support/YAMLParser.h
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-06-09 00:01:45 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-06-09 00:01:45 +0000
commit77592fe39c404f3c48b06fae48b965058b3a5ee8 (patch)
treefe935ce9b28d5f47da60e6dca757fcdf993988ca /include/llvm/Support/YAMLParser.h
parentdddc1cf50b6dfe543f617426ac4eab55fbbdfecd (diff)
downloadllvm-77592fe39c404f3c48b06fae48b965058b3a5ee8.tar.gz
llvm-77592fe39c404f3c48b06fae48b965058b3a5ee8.tar.bz2
llvm-77592fe39c404f3c48b06fae48b965058b3a5ee8.tar.xz
Convert comments to proper Doxygen comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158248 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/YAMLParser.h')
-rw-r--r--include/llvm/Support/YAMLParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/YAMLParser.h b/include/llvm/Support/YAMLParser.h
index 10239958f3..98910eb757 100644
--- a/include/llvm/Support/YAMLParser.h
+++ b/include/llvm/Support/YAMLParser.h
@@ -336,7 +336,7 @@ public:
enum MappingType {
MT_Block,
MT_Flow,
- MT_Inline //< An inline mapping node is used for "[key: value]".
+ MT_Inline ///< An inline mapping node is used for "[key: value]".
};
MappingNode(OwningPtr<Document> &D, StringRef Anchor, MappingType MT)