Commit faa78e17 by Josh Stockin Committed by Edward Thomson

Add documentation for git_blob_filter_options.version

Resolves #5756
parent d593e3e8
......@@ -120,6 +120,7 @@ typedef enum {
* The options used when applying filter options to a file.
*/
typedef struct {
/** The struct version; set to `GIT_BLOB_FILTER_OPTIONS_VERSION`. */
int version;
/** 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