diff options
| author | Etienne Samson <samson.etienne@gmail.com> | 2019-06-13 20:17:01 +0200 |
|---|---|---|
| committer | Etienne Samson <samson.etienne@gmail.com> | 2019-06-15 16:15:50 +0200 |
| commit | 764196fffb76b5ddefb378910877c737778cb500 (patch) | |
| tree | 3571b27b97798edb755010bd9b6f5237e9c9c22c /include/git2/indexer.h | |
| parent | 2376fa6c65a80e23d24393328212a80765d7ba94 (diff) | |
| download | libgit2-764196fffb76b5ddefb378910877c737778cb500.tar.gz | |
doc: add missing documentation comments
Diffstat (limited to 'include/git2/indexer.h')
| -rw-r--r-- | include/git2/indexer.h | 5 |
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; |
