summaryrefslogtreecommitdiff
path: root/src/fl_utf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fl_utf.c')
-rw-r--r--src/fl_utf.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/fl_utf.c b/src/fl_utf.c
index a48a785e2..e9ed34896 100644
--- a/src/fl_utf.c
+++ b/src/fl_utf.c
@@ -28,6 +28,11 @@
#include <string.h>
#include <stdlib.h>
+/** \addtogroup fl_unicode
+ @{
+*/
+
+
#if 0
/**
\defgroup fl_unichar Unicode Character Functions
@@ -844,3 +849,5 @@ int fl_utf8test(const char* src, unsigned srclen) {
}
return ret;
}
+
+/** @} */