From 5a8fb95da5a7540f55df19a52b461cd61230c34b Mon Sep 17 00:00:00 2001 From: Rylie Pavlik Date: Tue, 10 Dec 2024 10:58:13 -0600 Subject: [PATCH] c/util: Fix doc errors Part-of: --- src/xrt/compositor/util/comp_layer_accum.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xrt/compositor/util/comp_layer_accum.h b/src/xrt/compositor/util/comp_layer_accum.h index f8fecc971..58ac8e2cb 100644 --- a/src/xrt/compositor/util/comp_layer_accum.h +++ b/src/xrt/compositor/util/comp_layer_accum.h @@ -51,7 +51,7 @@ struct comp_layer /*! * Get a (color) swapchain associated with a layer. * - * @param cla self + * @param cl self * @param swapchain_index index of swapchain - typically this is 0 for most layers, the view index for projection. * @public @memberof comp_layer @@ -63,7 +63,7 @@ comp_layer_get_swapchain(const struct comp_layer *cl, uint32_t swapchain_index); /*! * Get a depth swapchain associated with a (projection with depth) layer * - * @param cla self + * @param cl self * @param swapchain_index index of **color** swapchain - typically this is the view index. * * @public @memberof comp_layer