From aa500c4fcabe7dad834b91572c75bee760041ede Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 2 Mar 2022 12:07:18 +1100 Subject: Cleanup: use back-slash for doxygen commands, color after parameters --- source/blender/gpu/intern/gpu_shader_create_info.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/gpu/intern') diff --git a/source/blender/gpu/intern/gpu_shader_create_info.hh b/source/blender/gpu/intern/gpu_shader_create_info.hh index e05dce57674..bf74d44d9a7 100644 --- a/source/blender/gpu/intern/gpu_shader_create_info.hh +++ b/source/blender/gpu/intern/gpu_shader_create_info.hh @@ -255,7 +255,7 @@ struct StageInterfaceInfo { }; /** - * @brief Describe inputs & outputs, stage interfaces, resources and sources of a shader. + * \brief Describe inputs & outputs, stage interfaces, resources and sources of a shader. * If all data is correctly provided, this is all that is needed to create and compile * a GPUShader. * -- cgit v1.2.3