Browse Source

Added documentation TODO.

pull/34/head
Vladimír Vondruš 14 years ago
parent
commit
a211db25c7
  1. 1
      src/Plugins/TgaImporter/TgaImporter.h

1
src/Plugins/TgaImporter/TgaImporter.h

@ -55,6 +55,7 @@ class TGAIMPORTER_EXPORT TgaImporter: public AbstractImporter {
#pragma pack(1) #pragma pack(1)
/** @brief TGA file header */ /** @brief TGA file header */
/** @todoc Enable @c INLINE_SIMPLE_STRUCTS again when unclosed <component> in tagfile is fixed*/
struct TGAIMPORTER_LOCAL Header { struct TGAIMPORTER_LOCAL Header {
GLbyte identsize; /**< @brief Size of ID field that follows header (0) */ GLbyte identsize; /**< @brief Size of ID field that follows header (0) */
GLbyte colorMapType; /**< @brief 0 = None, 1 = paletted */ GLbyte colorMapType; /**< @brief 0 = None, 1 = paletted */

Loading…
Cancel
Save