Edit

kc3-lang/libgit2/api.docurium

Branch :

  • Show log

    Commit

  • Author : Etienne Samson
    Date : 2018-03-22 23:27:33
    Hash : 132f2ce0
    Message : 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
  • {
     "name":   "libgit2",
     "github": "libgit2/libgit2",
     "input":  "include",
     "prefix": "git_",
     "output": "docs",
     "branch": "gh-pages",
     "examples": "examples",
     "legacy":  {
        "input": {"src/git": ["v0.1.0"],
                  "src/git2": ["v0.2.0", "v0.3.0"]}
      }
    }