summaryrefslogtreecommitdiff
path: root/apidoc/ostree-docs.xml
Commit message (Collapse)AuthorAgeFilesLines
* apidoc: add API documentation for signing interfaceDenis Pynkin2020-03-251-0/+1
| | | | | | Add the documentation for all public functions. Signed-off-by: Denis Pynkin <denis.pynkin@collabora.com>
* docs: Get API docs working againMathnerd3142016-06-091-16/+14
| | | | | | | | | | | | | | This changes around a few things that didn't work for me: * Section names seem to be ostree-* instead of libostree-* * Also XML files are ostree-* (they didn't show up at all) - gtk-doc doesn't seem to parse const _OSTREE_PUBLIC correctly * pull documentation is now on the actual functions rather than stubs * Update gitignore with some more files And there some changes to make gtk-doc give fewer warnings (not finished) Closes: #327 Approved by: cgwalters
* Rewrite manual in mkdocsColin Walters2016-01-281-7/+1
| | | | | | | | | | | | | | I don't much like Docbook (and am considering converting the man pages too), but let's start with the manual. I looked at various documentation generators (there are a lot), and I had a few requirements: - Markdown - Packaged in Fedora - Suitable for upload to a static webserver `mkdocs` seems to fit the bill.
* build: Rename doc/ -> apidoc/Colin Walters2016-01-281-0/+43
This is preparation for introducing a `mkdocs` manual under `doc/` which should be significantly more useful for the world at large than the minimal manual that exists there now.