From a0941a674b8d46715637d678aacce63a4918980b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 22 May 2012 17:24:03 +0200 Subject: [PATCH] Doc++ --- src/Plugins/TgaImporter/TgaImporter.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Plugins/TgaImporter/TgaImporter.h b/src/Plugins/TgaImporter/TgaImporter.h index 1f3a342d8..4b369903d 100644 --- a/src/Plugins/TgaImporter/TgaImporter.h +++ b/src/Plugins/TgaImporter/TgaImporter.h @@ -48,12 +48,12 @@ class TgaImporter: public AbstractImporter { unsigned short colorMapStart; /**< @brief First color map entry */ unsigned short colorMapLength; /**< @brief Number of colors */ unsigned char colorMapBpp; /**< @brief Bits per palette entry */ - unsigned short beginX; /**< @brief Image x origin */ - unsigned short beginY; /**< @brief Image y origin */ - unsigned short width; /**< @brief Image width */ - unsigned short height; /**< @brief Image height */ + unsigned short beginX; /**< @brief %Image x origin */ + unsigned short beginY; /**< @brief %Image y origin */ + unsigned short width; /**< @brief %Image width */ + unsigned short height; /**< @brief %Image height */ GLbyte bpp; /**< @brief Bits per pixel (8, 16, 24, 32) */ - GLbyte descriptor; /**< @brief Image descriptor */ + GLbyte descriptor; /**< @brief %Image descriptor */ }; #pragma pack(8)