Wdocumentation fix

llvm-svn: 343915
This commit is contained in:
Simon Pilgrim 2018-10-06 11:12:59 +00:00
parent 3773dc3711
commit 96742556e4
1 changed files with 1 additions and 1 deletions

View 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