diff options
| author | Etienne Samson <samson.etienne@gmail.com> | 2019-06-19 19:46:12 +0200 |
|---|---|---|
| committer | Etienne Samson <samson.etienne@gmail.com> | 2019-06-26 15:49:37 +0200 |
| commit | 33448b4519a83836d876556f46a0b7f9f5c90995 (patch) | |
| tree | d93627e3fc2f236f24776ad86c6accf343e85a2e /include/git2/remote.h | |
| parent | c544850127abb96b472485768dee3ede68e1622e (diff) | |
| download | libgit2-33448b4519a83836d876556f46a0b7f9f5c90995.tar.gz | |
docs: More of it
Diffstat (limited to 'include/git2/remote.h')
| -rw-r--r-- | include/git2/remote.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/git2/remote.h b/include/git2/remote.h index 4303a06af..f9454d6d5 100644 --- a/include/git2/remote.h +++ b/include/git2/remote.h @@ -495,7 +495,8 @@ typedef int GIT_CALLBACK(git_url_resolve_cb)(git_buf *url_resolved, const char * * about the progress of the network operations. */ struct git_remote_callbacks { - unsigned int version; + unsigned int version; /**< The version */ + /** * Textual progress from the remote. Text send over the * progress side-band will be passed to this function (this is |
