diff options
author | Vicent Martà <vicent@github.com> | 2013-06-24 11:21:54 -0700 |
---|---|---|
committer | Vicent Martà <vicent@github.com> | 2013-06-24 11:21:54 -0700 |
commit | 353a90bedb6e679306f740fd0c1a08fc7934fbaa (patch) | |
tree | 47235e64e26e95f8d16b084c4d31f6a6b640d573 /include/git2/submodule.h | |
parent | 09ee60c6d40821caec44ab8a769bbae1108cf71a (diff) | |
parent | e1967164574816b8bf6740ea17d08eeb26c091d2 (diff) | |
download | libgit2-353a90bedb6e679306f740fd0c1a08fc7934fbaa.tar.gz |
Merge pull request #1672 from TheRealKerni/fix/header_docs
Fixed most documentation header bugs
Diffstat (limited to 'include/git2/submodule.h')
-rw-r--r-- | include/git2/submodule.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/git2/submodule.h b/include/git2/submodule.h index 004665050..91b5300ae 100644 --- a/include/git2/submodule.h +++ b/include/git2/submodule.h @@ -481,7 +481,7 @@ GIT_EXTERN(int) git_submodule_sync(git_submodule *submodule); * function will return distinct `git_repository` objects. This will only * work if the submodule is checked out into the working directory. * - * @param subrepo Pointer to the submodule repo which was opened + * @param repo Pointer to the submodule repo which was opened * @param submodule Submodule to be opened * @return 0 on success, <0 if submodule repo could not be opened. */ @@ -531,7 +531,7 @@ GIT_EXTERN(int) git_submodule_status( * This can be useful if you want to know if the submodule is present in the * working directory at this point in time, etc. * - * @param status Combination of first four `GIT_SUBMODULE_STATUS` flags + * @param location_status Combination of first four `GIT_SUBMODULE_STATUS` flags * @param submodule Submodule for which to get status * @return 0 on success, <0 on error */ |