From 304724608a25f03264ae04f0dd4110f5dd6fdd31 Mon Sep 17 00:00:00 2001 From: Elizabeth Figura Date: Wed, 4 Sep 2024 18:30:47 -0500 Subject: [PATCH] vkd3d-shader: Escape a hash in Doxygen documentation. --- 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 fcc5479c..9ff792e5 100644 --- a/include/vkd3d_shader.h +++ b/include/vkd3d_shader.h @@ -1320,8 +1320,8 @@ struct vkd3d_shader_preprocess_info /** * Pointer to an array of predefined macros. Each macro in this array will - * be expanded as if a corresponding #define statement were prepended to the - * source code. + * be expanded as if a corresponding \#define statement were prepended to + * the source code. * * If the same macro is specified multiple times, only the last value is * used.