From d3206f01ec18e61e8cd9c7e88b02a6313ab227fa Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 15 Apr 2009 08:35:28 +0000 Subject: More Fl_Input keyboard fixes / OS X transparency for RGBA data / some utf8 reorganisation git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6765 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/fl_utf.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/fl_utf.c') 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 #include +/** \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; } + +/** @} */ -- cgit v1.2.3