mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Update doxygen comment to match renamed parameters.
Found by -Wdocumentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186021 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6a3c89846f
commit
dbe3efb86e
@ -436,8 +436,8 @@ inline bool equivalent(const Twine &A, const Twine &B) {
|
|||||||
|
|
||||||
/// @brief Get file size.
|
/// @brief Get file size.
|
||||||
///
|
///
|
||||||
/// @param path Input path.
|
/// @param Path Input path.
|
||||||
/// @param result Set to the size of the file in \a path.
|
/// @param Result Set to the size of the file in \a Path.
|
||||||
/// @returns errc::success if result has been successfully set, otherwise a
|
/// @returns errc::success if result has been successfully set, otherwise a
|
||||||
/// platform specific error_code.
|
/// platform specific error_code.
|
||||||
inline error_code file_size(const Twine &Path, uint64_t &Result) {
|
inline error_code file_size(const Twine &Path, uint64_t &Result) {
|
||||||
|
Loading…
Reference in New Issue
Block a user