mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-15 17:58:50 +00:00
SpecialCaseList.h: Fix -Wdocumentation with \code.
llvm-svn: 212710
This commit is contained in:
parent
07e99292d7
commit
7b68d9e309
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user