From 99e2e005f8f90c5f25563f9959fb48063db6bed5 Mon Sep 17 00:00:00 2001 From: Rylie Pavlik Date: Wed, 15 Nov 2023 10:48:08 -0600 Subject: [PATCH] c/render: Fix doxygen warning --- src/xrt/compositor/render/render_interface.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xrt/compositor/render/render_interface.h b/src/xrt/compositor/render/render_interface.h index 0679ff2c6..6fc0e7051 100644 --- a/src/xrt/compositor/render/render_interface.h +++ b/src/xrt/compositor/render/render_interface.h @@ -325,7 +325,7 @@ render_sub_alloc_ubo_alloc_and_get_ptr(struct vk_bundle *vk, struct render_sub_alloc *out_rsa); /*! - * Allocate enough memory (with constraints of UBOs) to hold the memory in @ptr + * Allocate enough memory (with constraints of UBOs) to hold the memory in @p ptr * and copy that memory to the buffer using the CPU. */ XRT_CHECK_RESULT VkResult @@ -1101,7 +1101,7 @@ struct render_compute /*! * Shared descriptor set, used for the clear and distortion shaders. It * is used in the functions @ref render_compute_projection_timewarp, - * @ref render_compute_projection and @ref render_compute_clear. + * @ref render_compute_projection, and @ref render_compute_clear. */ VkDescriptorSet shared_descriptor_set; };