From: NAKAMURA Takumi Date: Thu, 10 Jul 2014 11:39:59 +0000 (+0000) Subject: SpecialCaseList.h: Fix -Wdocumentation with \code. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=76d7e08a612e8423cdf6854f9f21f6bbe5c012d2;p=platform%2Fupstream%2Fllvm.git SpecialCaseList.h: Fix -Wdocumentation with \code. llvm-svn: 212710 --- diff --git a/llvm/include/llvm/Support/SpecialCaseList.h b/llvm/include/llvm/Support/SpecialCaseList.h index 192e15a..098b9c7 100644 --- a/llvm/include/llvm/Support/SpecialCaseList.h +++ b/llvm/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;