Wdocumentation fix

llvm-svn: 267786
This commit is contained in:
Simon Pilgrim 2016-04-27 20:43:32 +00:00
parent a8b2f7c0d7
commit b9f255878e
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ namespace {
cl::OptionCategory IncludeFixerCategory("Tool options");
enum DatabaseFormatTy {
fixed, //< Hard-coded mapping.
fixed, ///< Hard-coded mapping.
};
cl::opt<DatabaseFormatTy> DatabaseFormat(