diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2019-06-15 15:43:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-15 15:43:49 +0100 |
| commit | 2b6594de4d9a70eadeee63ec9549071d6b16a676 (patch) | |
| tree | c85c56fb57a098921a770b1a037a58b238f64af7 /include/git2/indexer.h | |
| parent | f0a720d53a45c7880ad1dee3d9ca9c3c1fdbd424 (diff) | |
| parent | 764196fffb76b5ddefb378910877c737778cb500 (diff) | |
| download | libgit2-2b6594de4d9a70eadeee63ec9549071d6b16a676.tar.gz | |
Merge pull request #5111 from tiennou/fix/docs
Documentation fixes
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; |
