diff --git a/include/llvm/Support/SpecialCaseList.h b/include/llvm/Support/SpecialCaseList.h index 192e15ab221..098b9c7a17b 100644 --- a/include/llvm/Support/SpecialCaseList.h +++ b/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;