[llvm] r217684 - sys::fs::access(): Fix @param [-Wdocumentation]
Rafael EspĂndola
rafael.espindola at gmail.com
Fri Sep 12 09:39:53 PDT 2014
Thanks!
On 12 September 2014 11:12, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
> 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 };
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list