From c85f8d828e717076d750327797f51cd8c5f456ec Mon Sep 17 00:00:00 2001 From: Ben Clayton Date: Tue, 12 Apr 2022 12:42:00 +0000 Subject: [PATCH] tint: Fix doxygen failure Bug: tint:1495 Change-Id: I4e9d0d58e0f49c80ea7709d5baecf0eca80e297a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/86529 Auto-Submit: Ben Clayton Reviewed-by: Antonio Maiorano Commit-Queue: Antonio Maiorano --- src/tint/writer/glsl/test_helper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tint/writer/glsl/test_helper.h b/src/tint/writer/glsl/test_helper.h index d4790175ec..7266d0a499 100644 --- a/src/tint/writer/glsl/test_helper.h +++ b/src/tint/writer/glsl/test_helper.h @@ -59,6 +59,7 @@ class TestHelperBase : public BODY, public ProgramBuilder { /// @note The generator is only built once. Multiple calls to Build() will /// return the same GeneratorImpl without rebuilding. /// @param version the GLSL version + /// @param options the GLSL backend options /// @return the built generator GeneratorImpl& SanitizeAndBuild(Version version = Version(), const Options& options = {}) {