comp: Fix doc warnings

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2237>
This commit is contained in:
Rylie Pavlik 2024-04-08 16:18:27 -05:00 committed by Marge Bot
parent b17fbfc4ba
commit 9f707c3536
2 changed files with 2 additions and 2 deletions

View file

@ -658,7 +658,7 @@ bool
render_scratch_images_ensure(struct render_resources *r, struct render_scratch_images *rsi, VkExtent2D extent);
/*!
* Close all resources on the given @ref render_scatch_images.
* Close all resources on the given @ref render_scratch_images.
*/
void
render_scratch_images_close(struct render_resources *r, struct render_scratch_images *rsi);

View file

@ -143,7 +143,7 @@ void
comp_scratch_single_images_done(struct comp_scratch_single_images *cssi);
/*!
* Discard a @g get call, this clears the image debug part causing no image to
* Discard a @p get call, this clears the image debug part causing no image to
* be shown in the debug UI.
*
* @public @memberof comp_scratch_single_images