Skip to content
Snippets Groups Projects
Commit 6bdb0abf authored by Giovanni Mascellani's avatar Giovanni Mascellani Committed by Alexandre Julliard
Browse files

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.
parent e10e12a1
No related branches found
Tags wine-0.9.54
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment