]> granicus.if.org Git - clang/commitdiff
Attempt to fix a -Wdocumentation-html warning. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 29 Sep 2018 13:30:43 +0000 (13:30 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 29 Sep 2018 13:30:43 +0000 (13:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@343374 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Lex/CodeCompletionHandler.h

index 6b368c74c5f3f5bdcef22389406fc58436a37468..e6bc1239df4dc0c6521273c75fdb26554a12b585 100644 (file)
@@ -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