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:
parent
064882de2c
commit
5eae9bfaf5
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue