Module: vkd3d Branch: master Commit: 6bdb0abf680b791134e7e9238cbd0dd20a28c3a4 URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/6bdb0abf680b791134e7e9238cbd0d...
Author: Giovanni Mascellani gmascellani@codeweavers.com Date: Wed Feb 15 15:23:32 2023 +0100
vkd3d-shader: Fix the Doxygen documentation for vkd3d_shader.h.
The \since field was too early, and prevented Doxygen from really parsing the synopsis for vkd3d_shader.h.
---
include/vkd3d_shader.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/vkd3d_shader.h b/include/vkd3d_shader.h index 86ffb9d5..49725ff9 100644 --- a/include/vkd3d_shader.h +++ b/include/vkd3d_shader.h @@ -30,12 +30,12 @@ extern "C" { /** * \file vkd3d_shader.h * - * \since 1.2 - * * This file contains definitions for the vkd3d-shader library. * * The vkd3d-shader library provides multiple utilities related to the * compilation, transformation, and reflection of GPU shaders. + * + * \since 1.2 */
/** \since 1.3 */