Skip to content

Commit 132f2ce

Browse files
committed
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.
1 parent 25e8a29 commit 132f2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api.docurium

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "libgit2",
33
"github": "libgit2/libgit2",
4-
"input": "include/git2",
4+
"input": "include",
55
"prefix": "git_",
66
"output": "docs",
77
"branch": "gh-pages",

0 commit comments

Comments
 (0)