summaryrefslogtreecommitdiff
path: root/include/git2/indexer.h
diff options
context:
space:
mode:
authorEtienne Samson <samson.etienne@gmail.com>2019-06-13 20:17:01 +0200
committerEtienne Samson <samson.etienne@gmail.com>2019-06-15 16:15:50 +0200
commit764196fffb76b5ddefb378910877c737778cb500 (patch)
tree3571b27b97798edb755010bd9b6f5237e9c9c22c /include/git2/indexer.h
parent2376fa6c65a80e23d24393328212a80765d7ba94 (diff)
downloadlibgit2-764196fffb76b5ddefb378910877c737778cb500.tar.gz
doc: add missing documentation comments
Diffstat (limited to 'include/git2/indexer.h')
-rw-r--r--include/git2/indexer.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/git2/indexer.h b/include/git2/indexer.h
index 1442f5173..8059e4db3 100644
--- a/include/git2/indexer.h
+++ b/include/git2/indexer.h
@@ -13,6 +13,7 @@
GIT_BEGIN_DECL
+/** A git indexer object */
typedef struct git_indexer git_indexer;
/**
@@ -55,7 +56,9 @@ typedef struct git_indexer_progress {
*/
typedef int GIT_CALLBACK(git_indexer_progress_cb)(const git_indexer_progress *stats, void *payload);
-
+/**
+ * Options for indexer configuration
+ */
typedef struct git_indexer_options {
unsigned int version;