The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

comp: Fix doc warnings

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2237>

authored by

Rylie Pavlik and committed by
Marge Bot
9f707c35 b17fbfc4

+2 -2
+1 -1
src/xrt/compositor/render/render_interface.h
··· 658 658 render_scratch_images_ensure(struct render_resources *r, struct render_scratch_images *rsi, VkExtent2D extent); 659 659 660 660 /*! 661 - * Close all resources on the given @ref render_scatch_images. 661 + * Close all resources on the given @ref render_scratch_images. 662 662 */ 663 663 void 664 664 render_scratch_images_close(struct render_resources *r, struct render_scratch_images *rsi);
+1 -1
src/xrt/compositor/util/comp_scratch.h
··· 143 143 comp_scratch_single_images_done(struct comp_scratch_single_images *cssi); 144 144 145 145 /*! 146 - * Discard a @g get call, this clears the image debug part causing no image to 146 + * Discard a @p get call, this clears the image debug part causing no image to 147 147 * be shown in the debug UI. 148 148 * 149 149 * @public @memberof comp_scratch_single_images