diff options
author | David Robillard <d@drobilla.net> | 2020-11-26 16:07:34 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-26 16:31:35 +0100 |
commit | 81fd21da1cd5aa2835f0193907342bb48d968164 (patch) | |
tree | f3d053c3e5b3135fa1b9a47106ffa5b23f840a19 /include/pugl/pugl.h | |
parent | 9de33a8805490274dc03d84a6483bc430bb345ed (diff) | |
download | pugl-81fd21da1cd5aa2835f0193907342bb48d968164.tar.gz pugl-81fd21da1cd5aa2835f0193907342bb48d968164.tar.bz2 pugl-81fd21da1cd5aa2835f0193907342bb48d968164.zip |
Remove file documentation
These will not be used in the Sphinx documentation, and most were
self-explanatory and only there to make the Doxygen index look nice anyway.
Where there was actually useful information, it has been preserved as regular
comments.
Diffstat (limited to 'include/pugl/pugl.h')
-rw-r--r-- | include/pugl/pugl.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/include/pugl/pugl.h b/include/pugl/pugl.h index d04c76f..a8f6d82 100644 --- a/include/pugl/pugl.h +++ b/include/pugl/pugl.h @@ -14,11 +14,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/** - @file pugl.h - @brief Pugl API. -*/ - #ifndef PUGL_PUGL_H #define PUGL_PUGL_H @@ -862,9 +857,9 @@ puglGetHandle(PuglView* view); Pugl includes the following backends: - - puglCairoBackend(), declared in pugl/cairo.h - - puglGlBackend(), declared in pugl/gl.h - - puglVulkanBackend(), declared in pugl/vulkan.h + - puglCairoBackend() + - puglGlBackend() + - puglVulkanBackend() Note that backends are modular and not compiled into the main Pugl library to avoid unnecessary dependencies. To use a particular backend, |