[llvm] r212710 - SpecialCaseList.h: Fix -Wdocumentation with \code.
NAKAMURA Takumi
geek4civic at gmail.com
Thu Jul 10 04:39:59 PDT 2014
Author: chapuni
Date: Thu Jul 10 06:39:59 2014
New Revision: 212710
URL: http://llvm.org/viewvc/llvm-project?rev=212710&view=rev
Log:
SpecialCaseList.h: Fix -Wdocumentation with \code.
Modified:
llvm/trunk/include/llvm/Support/SpecialCaseList.h
Modified: llvm/trunk/include/llvm/Support/SpecialCaseList.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/SpecialCaseList.h?rev=212710&r1=212709&r2=212710&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/SpecialCaseList.h (original)
+++ llvm/trunk/include/llvm/Support/SpecialCaseList.h Thu Jul 10 06:39:59 2014
@@ -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;
More information about the llvm-commits
mailing list