diff options
author | David Robillard <d@drobilla.net> | 2023-01-03 15:16:48 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-01-03 15:16:48 -0500 |
commit | 40659178c04539fe4c70b144592cb0ee25376492 (patch) | |
tree | a8abb2969d3d6c554ced3f815b1976d0306d4374 /include/pugl/vulkan.h | |
parent | 01471ca20e877710d6c3d26f3893f22b9eb7d487 (diff) | |
download | pugl-40659178c04539fe4c70b144592cb0ee25376492.tar.gz pugl-40659178c04539fe4c70b144592cb0ee25376492.tar.bz2 pugl-40659178c04539fe4c70b144592cb0ee25376492.zip |
Use globally unique names for documentation groups
This becomes important when the documentation is included in larger projects.
Diffstat (limited to 'include/pugl/vulkan.h')
-rw-r--r-- | include/pugl/vulkan.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <d@drobilla.net> +// Copyright 2012-2023 David Robillard <d@drobilla.net> // 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 |