KhronosGroup / KTX-Software

KTX (Khronos Texture) Library and Tools
Other
834 stars 222 forks source link

Minor documentation fixes #890

Closed javagl closed 3 months ago

javagl commented 3 months ago

Sorry, I'm pedantic. Some minor documentation fixes:

Beyond that:

I'm pretty sure that the codecName at https://github.com/KhronosGroup/KTX-Software/blob/7a45c4e6159c0815e4663a529a1e718136a16e39/tools/ktx/encode_utils.h#L269 is not used and could be removed. But this would not be a plain documentation fix. So I'd rather ask whether this can be removed (and whether this should/could be part of this PR)

MarkCallow commented 3 months ago

Sorry, I'm pedantic

No apology necessary.

I'm pretty sure that the codecName at

KTX-Software/tools/ktx/encode_utils.h

Line 269 in 7a45c4e std::string codecName; is not used and could be removed.

This part of the source is about to be refactored. It will be dealt with then.