From: NAKAMURA Takumi Date: Thu, 10 Jul 2014 11:39:59 +0000 (+0000) Subject: SpecialCaseList.h: Fix -Wdocumentation with \code. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2f7fa8922ffb0bbb653c997e551a0916c1b602b7;p=oota-llvm.git SpecialCaseList.h: Fix -Wdocumentation with \code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212710 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;