diff options
author | Rhys Kidd <[email protected]> | 2016-05-25 17:10:46 -0400 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-05-30 17:53:45 +0100 |
commit | f25fdf21e74416e11bc13973d7ec8d022e93c6e2 (patch) | |
tree | d4a051ad8acab43367e24a6ba28143c8ccc978fc /src/gallium/drivers/vc4/vc4_tiling.c | |
parent | db975fa86c6075e05a5c5e0ed5c82ecbb61a5f66 (diff) |
vc4: Fix doxygen warnings12.0-branchpoint
Now that vc4 automated code documentation can be generated with
doxygen, fix the warnings issued by Doxygen 1.8.11.
Signed-off-by: Rhys Kidd <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_tiling.c')
-rw-r--r-- | src/gallium/drivers/vc4/vc4_tiling.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gallium/drivers/vc4/vc4_tiling.c b/src/gallium/drivers/vc4/vc4_tiling.c index 2a803ab62ba..4bcb85b16f5 100644 --- a/src/gallium/drivers/vc4/vc4_tiling.c +++ b/src/gallium/drivers/vc4/vc4_tiling.c @@ -269,8 +269,8 @@ vc4_store_t_image(void *dst, uint32_t dst_stride, } /** - * Loads pixel data from the start (microtile-aligned) box in @src to the - * start of @dst according to the given tiling format. + * Loads pixel data from the start (microtile-aligned) box in \p src to the + * start of \p dst according to the given tiling format. */ void vc4_load_tiled_image(void *dst, uint32_t dst_stride, @@ -293,8 +293,8 @@ vc4_load_tiled_image(void *dst, uint32_t dst_stride, } /** - * Stores pixel data from the start of @src into a (microtile-aligned) box in - * @dst according to the given tiling format. + * Stores pixel data from the start of \p src into a (microtile-aligned) box in + * \p dst according to the given tiling format. */ void vc4_store_tiled_image(void *dst, uint32_t dst_stride, |