Skip to content

Commit ddafbaf

Browse files
committed
Update documentation for git_blob_filter_options
Adds info about initializing options with git_blob_filter_options_init
1 parent d9c1538 commit ddafbaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/git2/blob.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ typedef enum {
119119
/**
120120
* The options used when applying filter options to a file.
121121
*
122-
* Initialize with `GIT_BLOB_FILTER_OPTIONS_INIT`.
122+
* Initialize with `GIT_BLOB_FILTER_OPTIONS_INIT`. Alternatively, you can
123+
* use `git_blob_filter_options_init`.
123124
*
124125
*/
125126
typedef struct {

0 commit comments

Comments
 (0)