Fix -Wdocumentation warning. NFCI.

llvm-svn: 365995
This commit is contained in:
Simon Pilgrim 2019-07-13 08:08:43 +00:00
parent 20d34eacf3
commit f1d865398b

View File

@ -98,8 +98,7 @@ public:
: Kind(Kind), Filename(Filename) {}
};
/// Returns nullptr if \param Path doesn't exist.
/// Returns nullptr if \param Path isn't a directory.
/// Returns nullptr if \param Path doesn't exist or isn't a directory.
/// Returns nullptr if OS kernel API told us we can't start watching. In such
/// case it's unclear whether just retrying has any chance to succeeed.
static std::unique_ptr<DirectoryWatcher>