mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-26 09:26:17 +00:00
c/util: Fix doc errors
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2379>
This commit is contained in:
parent
2189722680
commit
5a8fb95da5
|
@ -51,7 +51,7 @@ struct comp_layer
|
|||
/*!
|
||||
* Get a (color) swapchain associated with a layer.
|
||||
*
|
||||
* @param cla self
|
||||
* @param cl self
|
||||
* @param swapchain_index index of swapchain - typically this is 0 for most layers, the view index for projection.
|
||||
|
||||
* @public @memberof comp_layer
|
||||
|
@ -63,7 +63,7 @@ comp_layer_get_swapchain(const struct comp_layer *cl, uint32_t swapchain_index);
|
|||
/*!
|
||||
* Get a depth swapchain associated with a (projection with depth) layer
|
||||
*
|
||||
* @param cla self
|
||||
* @param cl self
|
||||
* @param swapchain_index index of **color** swapchain - typically this is the view index.
|
||||
*
|
||||
* @public @memberof comp_layer
|
||||
|
|
Loading…
Reference in a new issue