Skip to content

Commit

Permalink
Fix doc comment for ShaderModule::GetSourceFile (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
flinti authored Aug 25, 2024
1 parent c07ddbd commit 8542f37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spirv_reflect.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8542f37

Please sign in to comment.