1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

SpecialCaseList.h: Fix -Wdocumentation with \code.

llvm-svn: 212710
This commit is contained in:
NAKAMURA Takumi 2014-07-10 11:39:59 +00:00
parent 07e99292d7
commit 7b68d9e309

View 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;