[llvm] r186021 - Update doxygen comment to match renamed parameters.
Benjamin Kramer
benny.kra at googlemail.com
Wed Jul 10 11:01:16 PDT 2013
Author: d0k
Date: Wed Jul 10 13:01:16 2013
New Revision: 186021
URL: http://llvm.org/viewvc/llvm-project?rev=186021&view=rev
Log:
Update doxygen comment to match renamed parameters.
Found by -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=186021&r1=186020&r2=186021&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/FileSystem.h (original)
+++ llvm/trunk/include/llvm/Support/FileSystem.h Wed Jul 10 13:01:16 2013
@@ -436,8 +436,8 @@ inline bool equivalent(const Twine &A, c
/// @brief Get file size.
///
-/// @param path Input path.
-/// @param result Set to the size of the file in \a path.
+/// @param Path Input path.
+/// @param Result Set to the size of the file in \a Path.
/// @returns errc::success if result has been successfully set, otherwise a
/// platform specific error_code.
inline error_code file_size(const Twine &Path, uint64_t &Result) {
More information about the llvm-commits
mailing list