mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-18 13:34:04 +00:00
SpecialCaseList.h: Fix -Wdocumentation with \code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212710 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e93de7fb73
commit
2f7fa8922f
@ -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