Add documentation for git_blob_filter_options.version

Resolves #5756
parent fe41e582
...@@ -120,6 +120,7 @@ typedef enum { ...@@ -120,6 +120,7 @@ typedef enum {
* The options used when applying filter options to a file. * The options used when applying filter options to a file.
*/ */
typedef struct { typedef struct {
/** The struct version; set to `GIT_BLOB_FILTER_OPTIONS_VERSION`. */
int version; int version;
/** Flags to control the filtering process, see `git_blob_filter_flag_t` above */ /** Flags to control the filtering process, see `git_blob_filter_flag_t` above */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment