From 3a370cf7fd5521869e061faac97dc43d9b54c2de Mon Sep 17 00:00:00 2001 From: Flinti Date: Sat, 24 Aug 2024 12:36:31 +0200 Subject: [PATCH] Fix doc comment for ShaderModule::GetSourceFile --- spirv_reflect.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spirv_reflect.h b/spirv_reflect.h index 9a42f14e..7a92c34c 100644 --- a/spirv_reflect.h +++ b/spirv_reflect.h @@ -1801,9 +1801,9 @@ inline const char* ShaderModule::GetEntryPointName() const { return this->GetEntryPointName(0); } -/*! @fn GetEntryPoint +/*! @fn GetSourceFile - @return Returns entry point + @return Returns source file */ inline const char* ShaderModule::GetSourceFile() const {