OSDN Git Service

Update doxygen comment to match renamed parameters.
authorBenjamin Kramer <benny.kra@googlemail.com>
Wed, 10 Jul 2013 18:01:16 +0000 (18:01 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Wed, 10 Jul 2013 18:01:16 +0000 (18:01 +0000)
Found by -Wdocumentation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186021 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/FileSystem.h

index df37379..0f135e6 100644 (file)
@@ -436,8 +436,8 @@ inline bool equivalent(const Twine &A, const Twine &B) {
 
 /// @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) {