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)
llvm-svn: 343374

clang/include/clang/Lex/CodeCompletionHandler.h

index 6b368c7..e6bc123 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