Fix doxygen warnings

Change-Id: I5b3765ca0362e517990334d47f9defa673732a04
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/55800
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
Antonio Maiorano
2021-06-24 09:15:06 +00:00
committed by Tint LUCI CQ
parent 9548531887
commit 261643bb9f
3 changed files with 11 additions and 7 deletions

View File

@@ -26,7 +26,7 @@
namespace tint {
namespace transform {
// PIMPL state for the ZeroInitWorkgroupMemory transform
/// PIMPL state for the ZeroInitWorkgroupMemory transform
struct ZeroInitWorkgroupMemory::State {
/// The clone context
CloneContext& ctx;