[trunk] Remove some warnings about missing prototypes (gcc)
[openjpeg.git] / src / lib / openjp3d / jp3d.h
index 5d0978c057799ff9f3171025e1852c5d92c46859..e9ecf131df3a721aacfc2c86f5ce2a352cc463c3 100755 (executable)
 #ifndef __J3D_H\r
 #define __J3D_H\r
 /**\r
-@file j3d.h\r
+@file jp3d.h\r
 @brief The JPEG-2000 Codestream Reader/Writer (J3D)\r
 \r
 The functions in J3D.C have for goal to read/write the several parts of the codestream: markers and data.\r
 */\r
 \r
-/** @defgroup J3D J3D - JPEG-2000 codestream reader/writer */\r
+/** @defgroup J3D J3D - JPEG-2000 PART 10 codestream reader/writer */\r
 /*@{*/\r
 \r
 #define J3D_CP_CSTY_PRT 0x01\r
@@ -81,7 +81,7 @@ The functions in J3D.C have for goal to read/write the several parts of the code
 #define J3D_MS_EPH 0xff92      /**< EPH marker value */\r
 #define J3D_MS_CRG 0xff63      /**< CRG marker value */\r
 #define J3D_MS_COM 0xff64      /**< COM marker value */\r
-//15444-2\r
+/*15444-2*/\r
 #define J3D_MS_DCO 0xff70      /**< DCO marker value */\r
 #define J3D_MS_VMS 0xff71   /**< VMS marker value */\r
 #define J3D_MS_DFS 0xff72      /**< DFS marker value */\r