We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df2f276 commit 7765c0aCopy full SHA for 7765c0a
include/git2/errors.h
@@ -27,7 +27,8 @@ typedef enum {
27
GIT_EAMBIGUOUS = -5, /**< More than one object matches */
28
GIT_EBUFS = -6, /**< Output buffer too short to hold data */
29
30
- /* GIT_EUSER is a special error that is never generated by libgit2
+ /**
31
+ * GIT_EUSER is a special error that is never generated by libgit2
32
* code. You can return it from a callback (e.g to stop an iteration)
33
* to know that it was generated by the callback and not by libgit2.
34
*/
0 commit comments