mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-12 10:52:38 +00:00
Fix -Wdocumentation warning. NFCI.
llvm-svn: 365995
This commit is contained in:
parent
20d34eacf3
commit
f1d865398b
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user