tint: Fix doxygen error.

Change-Id: Ibca03d2838aac894ccd46a6999f2d8ab745ed15b
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/97881
Reviewed-by: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Antonio Maiorano <amaiorano@google.com>
This commit is contained in:
Antonio Maiorano 2022-08-01 17:25:44 +00:00 committed by Dawn LUCI CQ
parent 239a92d2d0
commit 70a43fa5b9
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class Symbol {
#if TINT_SYMBOL_STORE_DEBUG_NAME
/// Constructor
/// @param val the symbol value
/// @param program_id the identifier of the program that owns this Symbol
/// @param pid the identifier of the program that owns this Symbol
/// @param debug_name name of symbols used only for debugging
Symbol(uint32_t val, tint::ProgramID pid, std::string debug_name);
#endif