From 7765c0a9ff4f77fd979a0a134bdfc71a1010dafb Mon Sep 17 00:00:00 2001 From: Etienne Samson Date: Wed, 29 Aug 2018 21:56:26 +0200 Subject: doc: fix comment on GIT_EUSER --- include/git2/errors.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/git2/errors.h') diff --git a/include/git2/errors.h b/include/git2/errors.h index 00fbed157..7dc4b6c65 100644 --- a/include/git2/errors.h +++ b/include/git2/errors.h @@ -27,7 +27,8 @@ typedef enum { GIT_EAMBIGUOUS = -5, /**< More than one object matches */ GIT_EBUFS = -6, /**< Output buffer too short to hold data */ - /* GIT_EUSER is a special error that is never generated by libgit2 + /** + * GIT_EUSER is a special error that is never generated by libgit2 * code. You can return it from a callback (e.g to stop an iteration) * to know that it was generated by the callback and not by libgit2. */ -- cgit v1.2.1