From: Simon Pilgrim Date: Sat, 29 Sep 2018 13:30:43 +0000 (+0000) Subject: Attempt to fix a -Wdocumentation-html warning. NFCI. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=792faf1a89d5a4c08b1210a525d385332cc9a78b;p=clang 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 --- 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