summaryrefslogtreecommitdiff
path: root/include/git2
diff options
context:
space:
mode:
authorEtienne Samson <samson.etienne@gmail.com>2018-03-22 23:27:25 +0100
committerEtienne Samson <samson.etienne@gmail.com>2018-05-07 21:50:15 +0200
commit8ee183a2daa6695ec1e240a5d23626d63f9e7cf5 (patch)
tree65243343aa69781fc19243b0d7bbbfdc5efd64ae /include/git2
parentf46c360e49e955d41c9632ea60e7a21ec7eba61d (diff)
downloadlibgit2-8ee183a2daa6695ec1e240a5d23626d63f9e7cf5.tar.gz
docs: missing documentation comment
Diffstat (limited to 'include/git2')
-rw-r--r--include/git2/stash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2/stash.h b/include/git2/stash.h
index f9e92abaa..bc05c51e6 100644
--- a/include/git2/stash.h
+++ b/include/git2/stash.h
@@ -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,