aboutsummaryrefslogtreecommitdiffstats
path: root/include/pugl/vulkan.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pugl/vulkan.h')
-rw-r--r--include/pugl/vulkan.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/include/pugl/vulkan.h b/include/pugl/vulkan.h
index 05e13e2..bd4ad8e 100644
--- a/include/pugl/vulkan.h
+++ b/include/pugl/vulkan.h
@@ -14,12 +14,10 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/**
- @file vulkan.h Vulkan-specific API.
-
- Note that this header includes Vulkan headers, so if you are writing a
- program or plugin that dynamically loads vulkan, you should first define
- `VK_NO_PROTOTYPES` before including it.
+/*
+ Note that this header includes Vulkan headers, so if you are writing a
+ program or plugin that dynamically loads vulkan, you should first define
+ `VK_NO_PROTOTYPES` before including it.
*/
#ifndef PUGL_VULKAN_H