From 6bdb0abf680b791134e7e9238cbd0dd20a28c3a4 Mon Sep 17 00:00:00 2001 From: Giovanni Mascellani Date: Wed, 15 Feb 2023 15:23:32 +0100 Subject: [PATCH] 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 */