mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-03-03 21:26:36 +00:00
a/vk: Fix doxygen warnings
This commit is contained in:
parent
74914f35d5
commit
3b1eb21e9f
src/xrt/auxiliary/vk
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue