1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Fix Wdocumentation warning for unknown param. NFCI.

llvm-svn: 334291
This commit is contained in:
Simon Pilgrim 2018-06-08 14:53:52 +00:00
parent df38bb1554
commit 99cd1d17f5

View File

@ -876,8 +876,6 @@ std::error_code openFile(const Twine &Name, int &ResultFD,
/// finished with it.
///
/// @param Name The path of the file to open, relative or absolute.
/// @param ResultFD If the file could be opened successfully, its descriptor
/// is stored in this location. Otherwise, this is set to -1.
/// @param Disp Value specifying the existing-file behavior.
/// @param Access Value specifying whether to open the file in read, write, or
/// read-write mode.