Fix doxygen comment

Change-Id: I7ae8d3eda8d9cbe042dc5d571f4e66a54f6c75da
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/30880
Reviewed-by: dan sinclair <dsinclair@chromium.org>
Commit-Queue: dan sinclair <dsinclair@chromium.org>
This commit is contained in:
David Neto 2020-10-23 16:47:30 +00:00 committed by Commit Bot service account
parent 88d705dc85
commit 1b1d2a5907
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ class InspectorHelper {
/// Generates a function that references a specific UBO
/// @param func_name name of the function created
/// @param ubo_name name of the UBO to be accessed
/// @param member_idx index of the member to access
/// @param members list of members to access, by index and type
/// @returns a function that references all of the UBO members specified
std::unique_ptr<ast::Function> MakeUBOReferenceBodyFunction(
std::string func_name,