Fix doxygen comment

Change-Id: Ic7778f390324431cc8e517d514e03c74de02ec46
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/33142
Reviewed-by: dan sinclair <dsinclair@chromium.org>
Commit-Queue: dan sinclair <dsinclair@chromium.org>
This commit is contained in:
David Neto 2020-11-18 03:17:39 +00:00 committed by Commit Bot service account
parent 064882de2c
commit 5eae9bfaf5
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ class Manager {
/// Constructor
/// DEPRECATED
Manager();
/// @param ctx the tint context
/// @param mod the module to transform
/// @param context the tint context
/// @param module the module to transform
Manager(Context* context, ast::Module* module);
~Manager();