Skip to content

Commit 8542f37

Browse files
authored
Fix doc comment for ShaderModule::GetSourceFile (#279)
1 parent c07ddbd commit 8542f37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spirv_reflect.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1801,9 +1801,9 @@ inline const char* ShaderModule::GetEntryPointName() const {
18011801
return this->GetEntryPointName(0);
18021802
}
18031803

1804-
/*! @fn GetEntryPoint
1804+
/*! @fn GetSourceFile
18051805
1806-
@return Returns entry point
1806+
@return Returns source file
18071807
18081808
*/
18091809
inline const char* ShaderModule::GetSourceFile() const {

0 commit comments

Comments
 (0)