mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +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);
|
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
|
void
|
||||||
render_scratch_images_close(struct render_resources *r, struct render_scratch_images *rsi);
|
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);
|
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.
|
* be shown in the debug UI.
|
||||||
*
|
*
|
||||||
* @public @memberof comp_scratch_single_images
|
* @public @memberof comp_scratch_single_images
|
||||||
|
|
Loading…
Reference in a new issue