-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major non-content documentation fixes. (#773)
- Fix inter-class and intra-class cross-reference issues that appeared with Doxygen 1.9.7 caused partially by the presence of the same-named ktxTexture macro. Fixed by changing TYPEDEF_HIDES_STRUCT from YES to NO in config. - Fix intra-class ktxTexture references broken due to presence of the same-named ktxTexture macro. Fixed by using fully qualified "class" names. - Fix many, but by no means all, of the remaining references broken by Doxygen 1.9.6's requirement for fully qualified "class" names for inter-class references. - Move methods incorrectly labelled as belonging to ktxTexture to their correct ktxTexture1 "class". - Restore Topics item to Doxygen navindex for access to the *Loader, Reader and Writer groups. - Remove confusions caused by use of @copydetails across classes. - Document the ktxTexture macro.
- Loading branch information
1 parent
a100217
commit e6a6a3b
Showing
10 changed files
with
180 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.