diff options
Diffstat (limited to 'clang-tools-extra/clang-tidy/utils/LexerUtils.h')
-rw-r--r-- | clang-tools-extra/clang-tidy/utils/LexerUtils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang-tools-extra/clang-tidy/utils/LexerUtils.h b/clang-tools-extra/clang-tidy/utils/LexerUtils.h index 63469d1416c..f2185927ae3 100644 --- a/clang-tools-extra/clang-tidy/utils/LexerUtils.h +++ b/clang-tools-extra/clang-tidy/utils/LexerUtils.h @@ -18,8 +18,8 @@ namespace tidy { namespace utils { namespace lexer { -// Returns previous non-comment token skipping over any comment text or -// tok::unknown if not found. +/// Returns previous non-comment token skipping over any comment text or +/// ``tok::unknown`` if not found. Token getPreviousNonCommentToken(const ASTContext &Context, SourceLocation Location); |