aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pugl_vulkan_demo.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-26 16:07:34 +0100
committerDavid Robillard <d@drobilla.net>2020-11-26 16:31:35 +0100
commit81fd21da1cd5aa2835f0193907342bb48d968164 (patch)
treef3d053c3e5b3135fa1b9a47106ffa5b23f840a19 /examples/pugl_vulkan_demo.c
parent9de33a8805490274dc03d84a6483bc430bb345ed (diff)
downloadpugl-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 'examples/pugl_vulkan_demo.c')
-rw-r--r--examples/pugl_vulkan_demo.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/pugl_vulkan_demo.c b/examples/pugl_vulkan_demo.c
index c609d10..ec96ec3 100644
--- a/examples/pugl_vulkan_demo.c
+++ b/examples/pugl_vulkan_demo.c
@@ -15,9 +15,11 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/**
- @file pugl_vulkan_demo.c
- @brief A simple example of drawing with Vulkan.
+/*
+ A simple example of drawing with Vulkan.
+
+ For a more advanced demo that actually draws something interesting, see
+ pugl_vulkan_cxx_demo.cpp.
*/
#include "demo_utils.h"