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.
This commit is contained in:
Etienne Samson
2018-03-22 23:27:33 +01:00
parent 25e8a2939d
commit 132f2ce039

View File

@@ -1,7 +1,7 @@
{
"name": "libgit2",
"github": "libgit2/libgit2",
"input": "include/git2",
"input": "include",
"prefix": "git_",
"output": "docs",
"branch": "gh-pages",