aboutsummaryrefslogtreecommitdiffstats
path: root/src/gmisc/sys_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmisc/sys_defs.h')
-rw-r--r--src/gmisc/sys_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gmisc/sys_defs.h b/src/gmisc/sys_defs.h
index 41a9bca6..a5853a3a 100644
--- a/src/gmisc/sys_defs.h
+++ b/src/gmisc/sys_defs.h
@@ -64,7 +64,7 @@ typedef int32_t fixed;
#define FIXED0_5 32768 /* @< 0.5 as a fixed (used for rounding) */
#define FP2FIXED(x) ((fixed)((x)*65536.0)) /* @< floating point to fixed */
#define FIXED2FP(x) ((double)(x)/65536.0) /* @< fixed to floating point */
-/* @} */
+/** @} */
/**
* @brief The famous number pi