diff options
author | David Robillard <d@drobilla.net> | 2020-11-26 16:07:41 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-26 17:09:15 +0100 |
commit | 503ba93a4ebf316ab01b468808e4cda2da8b863e (patch) | |
tree | ebfbcd7829879def472028617abeb021c9a26e64 /doc/c/reference.rst | |
parent | caf3f4fc314608d8d8f8be853f4bde6bb50188b0 (diff) | |
download | pugl-503ba93a4ebf316ab01b468808e4cda2da8b863e.tar.gz pugl-503ba93a4ebf316ab01b468808e4cda2da8b863e.tar.bz2 pugl-503ba93a4ebf316ab01b468808e4cda2da8b863e.zip |
Generate documentation with Sphinx
Diffstat (limited to 'doc/c/reference.rst')
-rw-r--r-- | doc/c/reference.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/c/reference.rst b/doc/c/reference.rst new file mode 100644 index 0000000..21a187f --- /dev/null +++ b/doc/c/reference.rst @@ -0,0 +1,18 @@ +############# +API Reference +############# + +This section contains the generated documentation for all symbols in the public +API. + +.. toctree:: + + api/status + api/world + api/view + api/events + + api/cairo + api/gl + api/stub + api/vulkan |