diff options
| author | Ben Chatelain <benchatelain@gmail.com> | 2015-02-10 08:31:48 -0700 |
|---|---|---|
| committer | Ben Chatelain <benchatelain@gmail.com> | 2015-02-10 08:31:48 -0700 |
| commit | ec7e1c93ce1c177026073abd16d6a8d2b548d3bd (patch) | |
| tree | dbfd9e26f2842133baf5a61fd986b5922f408a83 /include/git2/oid.h | |
| parent | b703049c6189fec223896999b9cf5d78efcb08d7 (diff) | |
| download | libgit2-ec7e1c93ce1c177026073abd16d6a8d2b548d3bd.tar.gz | |
Fix doc comment formatting
Diffstat (limited to 'include/git2/oid.h')
| -rw-r--r-- | include/git2/oid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/oid.h b/include/git2/oid.h index db2f3af70..8ad51c8ba 100644 --- a/include/git2/oid.h +++ b/include/git2/oid.h @@ -123,7 +123,7 @@ GIT_EXTERN(void) git_oid_pathfmt(char *out, const git_oid *id); * will be stored in TLS (i.e. one buffer per thread) to allow for * concurrent calls of the function. * - * @param id the oid structure to format + * @param oid The oid structure to format * @return the c-string */ GIT_EXTERN(char *) git_oid_tostr_s(const git_oid *oid); |
