summaryrefslogtreecommitdiff
path: root/iup/src/iup.c
diff options
context:
space:
mode:
Diffstat (limited to 'iup/src/iup.c')
-rwxr-xr-xiup/src/iup.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/iup/src/iup.c b/iup/src/iup.c
index df4bf34..d103af5 100755
--- a/iup/src/iup.c
+++ b/iup/src/iup.c
@@ -36,8 +36,10 @@
* \subsection com File Comments (at start)
* - Check an existant file for example.
*
- * \subsection inc Include Defines
- * - __IUPXXX_H (same file name, upper case, "__" preffix and replace "." by "_")
+ * \subsection def Defines
+ * - __IUPXXX_H (for include file, same file name, upper case, "__" preffix and replace "." by "_")
+ * - IUP_XXX (for enumerations)
+ * - iupXXX (for macros, complement with Function Names rules)
*
* \subsection doc Documentation
* - In the header, using Doxygen commands.
@@ -58,7 +60,7 @@
#include "iup.h"
/* This appears only here to avoid changing the iup.h header fo bug fixes */
-#define IUP_VERSION_FIX " RC3"
+#define IUP_VERSION_FIX ""
#define IUP_VERSION_FIX_NUMBER 0
const char iup_ident[] =