From 2f7fa8922ffb0bbb653c997e551a0916c1b602b7 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 10 Jul 2014 11:39:59 +0000 Subject: [PATCH] SpecialCaseList.h: Fix -Wdocumentation with \code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212710 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/SpecialCaseList.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/llvm/Support/SpecialCaseList.h b/include/llvm/Support/SpecialCaseList.h index 192e15ab221..098b9c7a17b 100644 --- a/include/llvm/Support/SpecialCaseList.h +++ b/include/llvm/Support/SpecialCaseList.h @@ -71,7 +71,9 @@ class SpecialCaseList { ~SpecialCaseList(); /// Returns true, if special case list contains a line + /// \code /// @Section:=@Category + /// \endcode /// and @Query satisfies a wildcard expression . bool inSection(const StringRef Section, const StringRef Query, const StringRef Category = StringRef()) const; -- 2.34.1