summaryrefslogtreecommitdiffstats
path: root/include/clang/Lex
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2018-09-29 13:30:43 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2018-09-29 13:30:43 +0000
commit792faf1a89d5a4c08b1210a525d385332cc9a78b (patch)
treef0fe5b1ba3551094da5db60bc3a5c39c35b65853 /include/clang/Lex
parentc054dc4db1e0608bc024a1b46715e7dcae2f4432 (diff)
Attempt to fix a -Wdocumentation-html warning. NFCI.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@343374 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Lex')
-rw-r--r--include/clang/Lex/CodeCompletionHandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Lex/CodeCompletionHandler.h b/include/clang/Lex/CodeCompletionHandler.h
index 6b368c74c5..e6bc1239df 100644
--- a/include/clang/Lex/CodeCompletionHandler.h
+++ b/include/clang/Lex/CodeCompletionHandler.h
@@ -64,7 +64,7 @@ public:
/// Callback invoked when performing code completion inside the filename
/// part of an #include directive. (Also #import, #include_next, etc).
- /// \p Dir is the directory relative to the include path, e.g. "a" for <a/b.
+ /// \p Dir is the directory relative to the include path, e.g. "a" for "<a/b".
virtual void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) {}
/// Callback invoked when performing code completion in a part of the