From b81fd5aeecd8047ef62348b67cab2cf9a1577d8e Mon Sep 17 00:00:00 2001 From: Bruno Ricci Date: Tue, 28 Jul 2020 10:58:34 +0100 Subject: [PATCH] [clang-format][NFC] Fix a Wdocumentation warning in TokenAnnotator.cpp --- clang/lib/Format/TokenAnnotator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/lib/Format/TokenAnnotator.cpp b/clang/lib/Format/TokenAnnotator.cpp index b19fc34bcc80..6cbaf8a30812 100644 --- a/clang/lib/Format/TokenAnnotator.cpp +++ b/clang/lib/Format/TokenAnnotator.cpp @@ -27,7 +27,7 @@ namespace format { namespace { /// Returns \c true if the token can be used as an identifier in -/// an Objective-C \c @selector, \c false otherwise. +/// an Objective-C \c \@selector, \c false otherwise. /// /// Because getFormattingLangOpts() always lexes source code as /// Objective-C++, C++ keywords like \c new and \c delete are -- GitLab