Fix doxygen comment

Change-Id: I5977c7fe09f80e9da9438e7842fdfdf44346c839
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/37220
Commit-Queue: David Neto <dneto@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Auto-Submit: David Neto <dneto@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
This commit is contained in:
David Neto 2021-01-11 19:17:59 +00:00 committed by Commit Bot service account
parent 3f245ed362
commit e86fd505e4
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ namespace wgsl {
class GeneratorImpl : public TextGenerator {
public:
/// Constructor
/// @param module the module to generate
/// @param mod the module to generate
explicit GeneratorImpl(ast::Module* mod);
~GeneratorImpl();