From 132f2ce039c238f7e0f5112dd19b25ab3d3c30e2 Mon Sep 17 00:00:00 2001 From: Etienne Samson Date: Thu, 22 Mar 2018 23:27:33 +0100 Subject: [PATCH] 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. --- api.docurium | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.docurium b/api.docurium index 9e17817db..bf733273b 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",