mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 11:06:32 +00:00
Most files under `git2/sys` have their includes prefixed with `git2`. Since Docurium exports its input headers in a temporary directory without the `git2` prefix, all those headers fail to parse.
14 lines
267 B
Plaintext
14 lines
267 B
Plaintext
{
|
|
"name": "libgit2",
|
|
"github": "libgit2/libgit2",
|
|
"input": "include",
|
|
"prefix": "git_",
|
|
"output": "docs",
|
|
"branch": "gh-pages",
|
|
"examples": "examples",
|
|
"legacy": {
|
|
"input": {"src/git": ["v0.1.0"],
|
|
"src/git2": ["v0.2.0", "v0.3.0"]}
|
|
}
|
|
}
|