From 8ee183a2daa6695ec1e240a5d23626d63f9e7cf5 Mon Sep 17 00:00:00 2001 From: Etienne Samson Date: Thu, 22 Mar 2018 23:27:25 +0100 Subject: docs: missing documentation comment --- include/git2/stash.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/git2') 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, -- cgit v1.2.1