c/util: Fix doxygen warning

This commit is contained in:
Rylie Pavlik 2023-11-15 10:48:18 -06:00
parent 99e2e005f8
commit e4be3cbd96

View file

@ -434,7 +434,7 @@ image_cleanup(struct vk_bundle *vk, struct comp_swapchain_image *image)
/*! /*!
* Swapchain destruct is delayed until it is safe to destroy them, this function * Swapchain destruct is delayed until it is safe to destroy them, this function
* does the actual destruction and is called from @ref * does the actual destruction and is called from @ref
* comp_swapchain_garbage_collect. * comp_swapchain_shared_garbage_collect.
* *
* @ingroup comp_util * @ingroup comp_util
*/ */