SpecialCaseList.h: Fix -Wdocumentation with \code.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 10 Jul 2014 11:39:59 +0000 (11:39 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 10 Jul 2014 11:39:59 +0000 (11:39 +0000)
llvm-svn: 212710

llvm/include/llvm/Support/SpecialCaseList.h

index 192e15a..098b9c7 100644 (file)
@@ -71,7 +71,9 @@ class SpecialCaseList {
   ~SpecialCaseList();
 
   /// Returns true, if special case list contains a line
+  /// \code
   ///   @Section:<E>=@Category
+  /// \endcode
   /// and @Query satisfies a wildcard expression <E>.
   bool inSection(const StringRef Section, const StringRef Query,
                  const StringRef Category = StringRef()) const;