Commit 132f2ce039c238f7e0f5112dd19b25ab3d3c30e2

Etienne Samson 2018-03-22T23:27:33

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
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/api.docurium b/api.docurium
index 9e17817..bf73327 100644
--- a/api.docurium
+++ b/api.docurium
@@ -1,7 +1,7 @@
 {
  "name":   "libgit2",
  "github": "libgit2/libgit2",
- "input":  "include/git2",
+ "input":  "include",
  "prefix": "git_",
  "output": "docs",
  "branch": "gh-pages",