From d6b024b66df1d1c5db1f4ec9b82ac920e4acb8a9 Mon Sep 17 00:00:00 2001 From: David Neto Date: Mon, 20 Jul 2020 23:31:56 +0000 Subject: [PATCH] Add missing Doxygen comments on two methods. Bug: tint:3 Change-Id: I5cb5c3ce078951363279ccc999074c0c46dfad6e Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/25300 Reviewed-by: dan sinclair --- src/reader/spirv/function.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/reader/spirv/function.h b/src/reader/spirv/function.h index 7c9def4587..bde237dc5e 100644 --- a/src/reader/spirv/function.h +++ b/src/reader/spirv/function.h @@ -385,6 +385,7 @@ class FunctionEmitter { /// Returns the Tint storage class for the given SPIR-V ID that is a /// pointer value. + /// @param id a SPIR-V ID for a pointer value /// @returns the storage class ast::StorageClass GetStorageClassForPointerValue(uint32_t id); @@ -393,6 +394,7 @@ class FunctionEmitter { /// already matches, then the result is a copy of the |type| argument. /// @param type the AST type /// @param result_id the SPIR-V ID for the locally defined value + /// @returns an possibly updated type ast::type::Type* RemapStorageClass(ast::type::Type* type, uint32_t result_id); /// Marks locally defined values when they should get a 'const'