From 5f904e5022e4f8c167415d14bf1eb0f00639427e Mon Sep 17 00:00:00 2001 From: Giovanni Mascellani Date: Wed, 15 Feb 2023 15:28:43 +0100 Subject: [PATCH] vkd3d-utils: Generate Doxygen documentation for vkd3d_utils.h. --- include/vkd3d_utils.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/include/vkd3d_utils.h b/include/vkd3d_utils.h index 6e84b176..e8462563 100644 --- a/include/vkd3d_utils.h +++ b/include/vkd3d_utils.h @@ -29,6 +29,17 @@ extern "C" { #endif /* __cplusplus */ +/** + * \file vkd3d_utils.h + * + * This file contains definitions for the vkd3d-utils library. + * + * The vkd3d-utils library is a collections of routines to ease the + * porting of a Direct3D 12 application to vkd3d. + * + * \since 1.0 + */ + #define VKD3D_WAIT_OBJECT_0 (0) #define VKD3D_WAIT_TIMEOUT (1) #define VKD3D_WAIT_FAILED (~0u)