mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 02:26:16 +00:00
comp: Fix doc warnings
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2237>
This commit is contained in:
parent
b17fbfc4ba
commit
9f707c3536
|
@ -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);
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue