From a211db25c73340acb2febe1f1ca24c3eb865855c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 28 May 2012 17:15:02 +0200 Subject: [PATCH] Added documentation TODO. --- src/Plugins/TgaImporter/TgaImporter.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Plugins/TgaImporter/TgaImporter.h b/src/Plugins/TgaImporter/TgaImporter.h index 421a0d032..f5522a67a 100644 --- a/src/Plugins/TgaImporter/TgaImporter.h +++ b/src/Plugins/TgaImporter/TgaImporter.h @@ -55,6 +55,7 @@ class TGAIMPORTER_EXPORT TgaImporter: public AbstractImporter { #pragma pack(1) /** @brief TGA file header */ + /** @todoc Enable @c INLINE_SIMPLE_STRUCTS again when unclosed <component> in tagfile is fixed*/ struct TGAIMPORTER_LOCAL Header { GLbyte identsize; /**< @brief Size of ID field that follows header (0) */ GLbyte colorMapType; /**< @brief 0 = None, 1 = paletted */