mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 02:56:17 +00:00
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:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "libgit2",
|
||||
"github": "libgit2/libgit2",
|
||||
"input": "include/git2",
|
||||
"input": "include",
|
||||
"prefix": "git_",
|
||||
"output": "docs",
|
||||
"branch": "gh-pages",
|
||||
|
||||
Reference in New Issue
Block a user