Commit 8ee183a2daa6695ec1e240a5d23626d63f9e7cf5

Etienne Samson 2018-03-22T23:27:25

docs: missing documentation comment

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/include/git2/stash.h b/include/git2/stash.h
index f9e92ab..bc05c51 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,