[llvm] r217684 - sys::fs::access(): Fix @param [-Wdocumentation]
NAKAMURA Takumi
geek4civic at gmail.com
Fri Sep 12 08:12:21 PDT 2014
Author: chapuni
Date: Fri Sep 12 10:12:21 2014
New Revision: 217684
URL: http://llvm.org/viewvc/llvm-project?rev=217684&view=rev
Log:
sys::fs::access(): Fix @param [-Wdocumentation]
Modified:
llvm/trunk/include/llvm/Support/FileSystem.h
Modified: llvm/trunk/include/llvm/Support/FileSystem.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/FileSystem.h?rev=217684&r1=217683&r2=217684&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/FileSystem.h (original)
+++ llvm/trunk/include/llvm/Support/FileSystem.h Fri Sep 12 10:12:21 2014
@@ -354,7 +354,7 @@ bool exists(file_status status);
/// @brief Can the file be accessed?
///
-/// @param path Input path.
+/// @param Path Input path.
/// @returns errc::success if the path can be accessed, otherwise a
/// platform-specific error_code.
enum class AccessMode { Exist, Write, Execute };
More information about the llvm-commits
mailing list