commit | 5eae9bfaf5b4bed081a1285c6d2151be2a8ecb27 | [log] [tgz] |
---|---|---|
author | David Neto <dneto@google.com> | Wed Nov 18 03:17:39 2020 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Wed Nov 18 03:17:39 2020 +0000 |
tree | 97e8c4333aa00f4b154b5a9c64384fbc27c37967 | |
parent | 064882de2c82a07177a641b9de95406c865dd493 [diff] |
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>
diff --git a/src/transform/manager.h b/src/transform/manager.h index 9f88e83..0d193a9 100644 --- a/src/transform/manager.h +++ b/src/transform/manager.h
@@ -33,8 +33,8 @@ /// 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();