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 /src/win_vulkan.c | |
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 'src/win_vulkan.c')
-rw-r--r-- | src/win_vulkan.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/win_vulkan.c b/src/win_vulkan.c index 3d6934a..f862716 100644 --- a/src/win_vulkan.c +++ b/src/win_vulkan.c @@ -14,10 +14,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/** - @file win_vulkan.c Vulkan graphics backend for Windows. -*/ - #define VK_NO_PROTOTYPES 1 #include "stub.h" |