summaryrefslogtreecommitdiff
path: root/src/fl_utf8.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/fl_utf8.cxx')
-rw-r--r--src/fl_utf8.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fl_utf8.cxx b/src/fl_utf8.cxx
index d5416e7ef..c9a320600 100644
--- a/src/fl_utf8.cxx
+++ b/src/fl_utf8.cxx
@@ -76,6 +76,10 @@ extern "C" {
#undef fl_open
+/** \addtogroup fl_unicode
+ @{
+*/
+
/*** NOTE : all functions are LIMITED to 24 bits Unicode values !!! ***/
/*** but only 16 bits are really used under Linux and win32 ***/
@@ -793,6 +797,8 @@ void fl_make_path_for_file( const char *path )
free( p );
}
+/** @} */
+
//
// End of "$Id: $".
//