diff options
| author | Josh Stockin <josh@joshstock.in> | 2021-01-05 17:26:50 -0600 |
|---|---|---|
| committer | Josh Stockin <josh@joshstock.in> | 2021-01-05 17:26:50 -0600 |
| commit | ddafbafef54677c3466260e52b135d5dff832624 (patch) | |
| tree | 050e2a8d324b38e219899cfa5c8f4c88b7becbce /include | |
| parent | d9c1538775ff77e08427d82872ac28b42f7f81ba (diff) | |
| download | libgit2-ddafbafef54677c3466260e52b135d5dff832624.tar.gz | |
Update documentation for git_blob_filter_options
Adds info about initializing options with git_blob_filter_options_init
Diffstat (limited to 'include')
| -rw-r--r-- | include/git2/blob.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/git2/blob.h b/include/git2/blob.h index c2a968c93..741b28f4c 100644 --- a/include/git2/blob.h +++ b/include/git2/blob.h @@ -119,7 +119,8 @@ typedef enum { /** * The options used when applying filter options to a file. * - * Initialize with `GIT_BLOB_FILTER_OPTIONS_INIT`. + * Initialize with `GIT_BLOB_FILTER_OPTIONS_INIT`. Alternatively, you can + * use `git_blob_filter_options_init`. * */ typedef struct { |
