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.
This commit is contained in:
Giovanni Mascellani 2023-02-15 15:23:32 +01:00 committed by Alexandre Julliard
parent e10e12a10c
commit 6bdb0abf68
Notes: Alexandre Julliard 2023-02-22 21:51:39 +01:00
Approved-by: Henri Verbeet (@hverbeet)
Approved-by: Zebediah Figura (@zfigura)
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/95

View File

@ -30,12 +30,12 @@ extern "C" {
/** /**
* \file vkd3d_shader.h * \file vkd3d_shader.h
* *
* \since 1.2
*
* This file contains definitions for the vkd3d-shader library. * This file contains definitions for the vkd3d-shader library.
* *
* The vkd3d-shader library provides multiple utilities related to the * The vkd3d-shader library provides multiple utilities related to the
* compilation, transformation, and reflection of GPU shaders. * compilation, transformation, and reflection of GPU shaders.
*
* \since 1.2
*/ */
/** \since 1.3 */ /** \since 1.3 */