r343374 - Attempt to fix a -Wdocumentation-html warning. NFCI.

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 29 06:30:43 PDT 2018


Author: rksimon
Date: Sat Sep 29 06:30:43 2018
New Revision: 343374

URL: http://llvm.org/viewvc/llvm-project?rev=343374&view=rev
Log:
Attempt to fix a -Wdocumentation-html warning. NFCI.

Modified:
    cfe/trunk/include/clang/Lex/CodeCompletionHandler.h

Modified: cfe/trunk/include/clang/Lex/CodeCompletionHandler.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Lex/CodeCompletionHandler.h?rev=343374&r1=343373&r2=343374&view=diff
==============================================================================
--- cfe/trunk/include/clang/Lex/CodeCompletionHandler.h (original)
+++ cfe/trunk/include/clang/Lex/CodeCompletionHandler.h Sat Sep 29 06:30:43 2018
@@ -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




More information about the cfe-commits mailing list