Commit 45346db84490635f784780328074e5ac0fe3aba1

Josh Stockin 2021-01-05T17:26:50

Update documentation for git_blob_filter_options Adds info about initializing options with git_blob_filter_options_init

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/include/git2/blob.h b/include/git2/blob.h
index 33d91d0..d9aeede 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 {