From 40659178c04539fe4c70b144592cb0ee25376492 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 3 Jan 2023 15:16:48 -0500 Subject: Use globally unique names for documentation groups This becomes important when the documentation is included in larger projects. --- include/pugl/vulkan.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/pugl/vulkan.h') diff --git a/include/pugl/vulkan.h b/include/pugl/vulkan.h index 978f468..0ca7941 100644 --- a/include/pugl/vulkan.h +++ b/include/pugl/vulkan.h @@ -1,4 +1,4 @@ -// Copyright 2012-2020 David Robillard +// Copyright 2012-2023 David Robillard // SPDX-License-Identifier: ISC /* @@ -19,7 +19,7 @@ PUGL_BEGIN_DECLS /** - @defgroup vulkan Vulkan + @defgroup pugl_vulkan Vulkan Vulkan graphics support. Vulkan support differs from OpenGL because almost all most configuration is -- cgit v1.2.1