Commit 8ee183a2 by Etienne Samson

docs: missing documentation comment

parent f46c360e
...@@ -81,6 +81,7 @@ typedef enum { ...@@ -81,6 +81,7 @@ typedef enum {
GIT_STASH_APPLY_REINSTATE_INDEX = (1 << 0), GIT_STASH_APPLY_REINSTATE_INDEX = (1 << 0),
} git_stash_apply_flags; } git_stash_apply_flags;
/** Stash apply progression states */
typedef enum { typedef enum {
GIT_STASH_APPLY_PROGRESS_NONE = 0, GIT_STASH_APPLY_PROGRESS_NONE = 0,
......
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