Commit 7491b3fd by punkymaniac

Set parameter name as function declaration

parent 4e93ecfa
...@@ -34,7 +34,7 @@ GIT_BEGIN_DECL ...@@ -34,7 +34,7 @@ GIT_BEGIN_DECL
* *
* @param out Pointer where to store the underlying reference. * @param out Pointer where to store the underlying reference.
* *
* @param repository the repository where to create the branch. * @param repo the repository where to create the branch.
* *
* @param branch_name Name for the branch; this name is * @param branch_name Name for the branch; this name is
* validated for consistency. It should also not conflict with * validated for consistency. It should also not conflict with
......
...@@ -479,7 +479,7 @@ GIT_EXTERN(int) git_commit_create_buffer( ...@@ -479,7 +479,7 @@ GIT_EXTERN(int) git_commit_create_buffer(
* to the commit and write it into the given repository. * to the commit and write it into the given repository.
* *
* @param out the resulting commit id * @param out the resulting commit id
* @param repository the repository where to create the commit. * @param repo the repository where to create the commit.
* @param commit_content the content of the unsigned commit object * @param commit_content the content of the unsigned commit object
* @param signature the signature to add to the commit. Leave `NULL` * @param signature the signature to add to the commit. Leave `NULL`
* to create a commit without adding a signature field. * to create a commit without adding a signature field.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment