mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Fix Wdocumentation compiler warning. NFCI.
llvm-svn: 336049
This commit is contained in:
parent
ceb9146ef7
commit
59d88c83aa
@ -397,7 +397,7 @@ std::error_code copy_file(const Twine &From, const Twine &To);
|
|||||||
/// Copy the contents of \a From to \a To.
|
/// Copy the contents of \a From to \a To.
|
||||||
///
|
///
|
||||||
/// @param From The path to copy from.
|
/// @param From The path to copy from.
|
||||||
/// @param To The open file descriptor of the destinatino file.
|
/// @param ToFD The open file descriptor of the destination file.
|
||||||
std::error_code copy_file(const Twine &From, int ToFD);
|
std::error_code copy_file(const Twine &From, int ToFD);
|
||||||
|
|
||||||
/// Resize path to size. File is resized as if by POSIX truncate().
|
/// Resize path to size. File is resized as if by POSIX truncate().
|
||||||
|
Loading…
Reference in New Issue
Block a user