summaryrefslogtreecommitdiff
path: root/include/git2/remote.h
diff options
context:
space:
mode:
authorEtienne Samson <samson.etienne@gmail.com>2019-06-19 19:46:12 +0200
committerEtienne Samson <samson.etienne@gmail.com>2019-06-26 15:49:37 +0200
commit33448b4519a83836d876556f46a0b7f9f5c90995 (patch)
treed93627e3fc2f236f24776ad86c6accf343e85a2e /include/git2/remote.h
parentc544850127abb96b472485768dee3ede68e1622e (diff)
downloadlibgit2-33448b4519a83836d876556f46a0b7f9f5c90995.tar.gz
docs: More of it
Diffstat (limited to 'include/git2/remote.h')
-rw-r--r--include/git2/remote.h3
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