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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212710 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/SpecialCaseList.h

index 192e15ab221100c23a4b3462f3786865ea1bcd71..098b9c7a17b7efa01b0dd7b8ba55db9aead599ad 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;