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

llvm-svn: 343374
This commit is contained in:
Simon Pilgrim 2018-09-29 13:30:43 +00:00
parent aa77033a6b
commit d029a9bfa0
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, 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