From f6e5c936b9c53807f5e6ac74b700d1fc1b133ce7 Mon Sep 17 00:00:00 2001 From: dan sinclair Date: Wed, 2 Sep 2020 14:16:25 +0000 Subject: [PATCH] Fixup doxygen comment Change-Id: I5ee292a4c408dc7ce368b2f078422ebce61dbf1f Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/27860 Commit-Queue: Ryan Harrison Reviewed-by: Ryan Harrison --- src/writer/spirv/builder.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/writer/spirv/builder.h b/src/writer/spirv/builder.h index 0e4ff5eb3a..a1d5f56625 100644 --- a/src/writer/spirv/builder.h +++ b/src/writer/spirv/builder.h @@ -374,9 +374,9 @@ class Builder { /// @returns true if the vector was successfully generated bool GenerateVectorType(ast::type::VectorType* vec, const Operand& result); - // Converts ast image format to spv and pushes an appropriate capability. - // @returns SPIR-V image format type - // @param format AST image format type + /// Converts AST image format to SPIR-V and pushes an appropriate capability. + /// @param format AST image format type + /// @returns SPIR-V image format type SpvImageFormat convert_image_format_to_spv( const ast::type::ImageFormat format);