Skip to content

Commit bf70fa4

Browse files
committed
docs: move comment so docurium sees it
1 parent ca5a15e commit bf70fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/git2/types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,9 +425,9 @@ typedef enum {
425425
GIT_SUBMODULE_RECURSE_ONDEMAND = 2,
426426
} git_submodule_recurse_t;
427427

428-
/** A type to write in a streaming fashion, for example, for filters. */
429428
typedef struct git_writestream git_writestream;
430429

430+
/** A type to write in a streaming fashion, for example, for filters. */
431431
struct git_writestream {
432432
int (*write)(git_writestream *stream, const char *buffer, size_t len);
433433
int (*close)(git_writestream *stream);

0 commit comments

Comments
 (0)