Files
libgit2/api.docurium
Etienne Samson 132f2ce039 docs: change Docurium input directory
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.
2018-05-07 21:50:38 +02:00

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"]}
}
}