From cb5dd552c2ff3519d53f7d1c33c75544f6f220d3 Mon Sep 17 00:00:00 2001 From: David Neto Date: Tue, 8 Dec 2020 22:15:34 +0000 Subject: [PATCH] Fix doxygen for src/transform/first_index_offset.h Change-Id: I29cee48b3b757373f90768af545a7449f60a5f26 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/35142 Commit-Queue: David Neto Commit-Queue: Ben Clayton Auto-Submit: David Neto Reviewed-by: Ben Clayton --- src/transform/first_index_offset.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/transform/first_index_offset.h b/src/transform/first_index_offset.h index d3fc2095bc..ae28629d9e 100644 --- a/src/transform/first_index_offset.h +++ b/src/transform/first_index_offset.h @@ -95,7 +95,6 @@ class FirstIndexOffset : public Transform { /// @param field_name name of field in firstVertex/Instance buffer /// @param buffer_var variable of firstVertex/Instance buffer /// @param func function to modify - /// @returns true if it was able to add constant to function void AddFirstIndexOffset(const std::string& original_name, const std::string& field_name, ast::Variable* buffer_var,