]> granicus.if.org Git - clang/commitdiff
Wdocumentation fix
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 6 Oct 2018 11:12:59 +0000 (11:12 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 6 Oct 2018 11:12:59 +0000 (11:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@343915 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Lex/CodeCompletionHandler.h

index e6bc1239df4dc0c6521273c75fdb26554a12b585..bef804beed003a59f718db23c570f91db03770ba 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.
   virtual void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) {}
 
   /// Callback invoked when performing code completion in a part of the