docs: missing documentation comment

This commit is contained in:
Etienne Samson
2018-03-22 23:27:25 +01:00
parent f46c360e49
commit 8ee183a2da

View File

@@ -81,6 +81,7 @@ typedef enum {
GIT_STASH_APPLY_REINSTATE_INDEX = (1 << 0),
} git_stash_apply_flags;
/** Stash apply progression states */
typedef enum {
GIT_STASH_APPLY_PROGRESS_NONE = 0,