diff options
| author | Etienne Samson <samson.etienne@gmail.com> | 2018-04-20 21:07:17 +0000 |
|---|---|---|
| committer | Etienne Samson <samson.etienne@gmail.com> | 2018-05-07 21:50:38 +0200 |
| commit | 04c48afc3c2f3413883afee70ea748374e0a2293 (patch) | |
| tree | f01432c236fe1aa2217b01e841a1cc12211147a5 /include/git2/diff.h | |
| parent | c7b42f44a26ecbaf08aaa209df8a7d5941c01c0a (diff) | |
| download | libgit2-04c48afc3c2f3413883afee70ea748374e0a2293.tar.gz | |
docs: standardize struct git_*_options comments
Diffstat (limited to 'include/git2/diff.h')
| -rw-r--r-- | include/git2/diff.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/git2/diff.h b/include/git2/diff.h index 5a2e29960..b7240ff98 100644 --- a/include/git2/diff.h +++ b/include/git2/diff.h @@ -1414,8 +1414,9 @@ GIT_EXTERN(int) git_diff_format_email_init_options( /** * Patch ID options structure * - * Initialize with `GIT_DIFF_PATCHID_OPTIONS_INIT` macro to - * correctly set the default values and version. + * Initialize with `GIT_PATCHID_OPTIONS_INIT`. Alternatively, you can + * use `git_patchid_init_options`. + * */ typedef struct git_diff_patchid_options { unsigned int version; |
