a/vk: Fix doxygen warnings

This commit is contained in:
Ryan Pavlik 2023-09-13 12:53:57 -05:00 committed by Jakob Bornecrantz
parent 74914f35d5
commit 3b1eb21e9f
3 changed files with 6 additions and 6 deletions

View file

@ -40,7 +40,7 @@ struct vk_cmd_first_mip_image
/*!
* Argument struct for @ref vk_cmd_copy_image_locked.
*
* See @ref struct vk_cmd_first_mip_image for array and mip selection rules.
* See @ref vk_cmd_first_mip_image for array and mip selection rules.
*
* @ingroup aux_vk
*/
@ -66,7 +66,7 @@ struct vk_cmd_copy_image_info
/*!
* Argument struct for @ref vk_cmd_blit_image_locked.
*
* See @ref struct vk_cmd_first_mip_image for array and mip selection rules.
* See @ref vk_cmd_first_mip_image for array and mip selection rules.
*
* @ingroup aux_vk
*/
@ -93,7 +93,7 @@ struct vk_cmd_blit_image_info
/*!
* Argument struct for @ref vk_cmd_blit_images_side_by_side_locked.
*
* See @ref struct vk_cmd_first_mip_image for array and mip selection rules.
* See @ref vk_cmd_first_mip_image for array and mip selection rules.
*
* @ingroup aux_vk
*/

View file

@ -174,8 +174,8 @@ vk_cmd_pool_create_and_begin_cmd_buffer(struct vk_bundle *vk,
}
/*!
* Locks, calls @ref vk_cmd_pool_submit_locked, and then unlocks the command
* pool. Will during the call take the queue lock and release it.
* Locks, calls @ref vk_cmd_submit_locked, and then unlocks the command
* pool. Will, during the call, take the queue lock and release it.
*
* @public @memberof vk_cmd_pool
*/

View file

@ -696,7 +696,7 @@ vk_enumerate_instance_extensions_properties(struct vk_bundle *vk,
VkExtensionProperties **out_props);
/*!
* Enumerate the physical devices of the @VkInstance that has been opened on
* Enumerate the physical devices of the @p VkInstance that has been opened on
* the given @ref vk_bundle.
*
* @ingroup aux_vk