Skip to content

Commit 7765c0a

Browse files
committed
doc: fix comment on GIT_EUSER
1 parent df2f276 commit 7765c0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/git2/errors.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ typedef enum {
2727
GIT_EAMBIGUOUS = -5, /**< More than one object matches */
2828
GIT_EBUFS = -6, /**< Output buffer too short to hold data */
2929

30-
/* GIT_EUSER is a special error that is never generated by libgit2
30+
/**
31+
* GIT_EUSER is a special error that is never generated by libgit2
3132
* code. You can return it from a callback (e.g to stop an iteration)
3233
* to know that it was generated by the callback and not by libgit2.
3334
*/

0 commit comments

Comments
 (0)