From 9108e8c887523a8e976e5b478cf778675760b8ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 3 Jan 2024 17:07:37 +0100 Subject: [PATCH] Vk: doc++ --- src/Magnum/Vk/DeviceCreateInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Vk/DeviceCreateInfo.h b/src/Magnum/Vk/DeviceCreateInfo.h index c50b3f3cd..4b803dce2 100644 --- a/src/Magnum/Vk/DeviceCreateInfo.h +++ b/src/Magnum/Vk/DeviceCreateInfo.h @@ -71,7 +71,7 @@ class MAGNUM_VK_EXPORT DeviceCreateInfo { * gets enabled, set this flag. * * This flag also affects enabling of - * @vk_extension{KHR,portability_subset},which is *required* to be + * @vk_extension{KHR,portability_subset}, which is *required* to be * enabled by the spec on any device that advertises it, and * behavior of related @ref DeviceFeatures. See * @ref Vk-Device-portability-subset for details.