diff options
author | Scott Chacon <schacon@gmail.com> | 2011-06-14 08:17:53 -0700 |
---|---|---|
committer | Scott Chacon <schacon@gmail.com> | 2011-06-14 14:18:13 -0700 |
commit | 742e3fc92ee24a6ddfc29aad5a82905ed0050de7 (patch) | |
tree | 2e5c98a2f36fb9b0c6c30611e5ec10baa12a7c9e /api.docurium | |
parent | f64586fab6055d27e9c37955b2875c8b6d617645 (diff) | |
download | libgit2-742e3fc92ee24a6ddfc29aad5a82905ed0050de7.tar.gz |
replace stupid doxygen
Diffstat (limited to 'api.docurium')
-rw-r--r-- | api.docurium | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/api.docurium b/api.docurium new file mode 100644 index 000000000..6aa5dcaf1 --- /dev/null +++ b/api.docurium @@ -0,0 +1,11 @@ +{ + "name": "libgit2", + "github": "libgit2/libgit2", + "input": "include/git2", + "prefix": "git_", + "output": "docs", + "legacy": { + "input": {"src/git": ["v0.1.0"], + "src/git2": ["v0.2.0", "v0.3.0"]} + } +} |