summaryrefslogtreecommitdiff
path: root/src/fl_utf.c
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2008-10-03 12:00:21 +0000
committerFabien Costantini <fabien@onepost.net>2008-10-03 12:00:21 +0000
commit727b50652cc53e27e6113f1420206ceac0b89146 (patch)
treeba555e70f32e0dd758c67c863224a0f269d2705e /src/fl_utf.c
parentfabf5fc18167f73526c21842fa8e68da29647094 (diff)
Added systematically missing in out modifiers to all param doxygen statements. Added a TODO.osx file in the root describing what we have to do on the os x platform before we can pre-release 1.3
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6368 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_utf.c')
-rw-r--r--src/fl_utf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fl_utf.c b/src/fl_utf.c
index f42dfeaec..d78368550 100644
--- a/src/fl_utf.c
+++ b/src/fl_utf.c
@@ -34,8 +34,8 @@ extern "C" {
/**
Convert a Unicode character into a utf-8 sequnece.
- \param uc[in] Unicode characte
- \param text[out] utf-8 sequence will be written here; if this pointer is
+ \param[in] uc Unicode characte
+ \param[out] text utf-8 sequence will be written here; if this pointer is
\c NULL, only the length of the utf-8 sequence is calculated
\return length of the sequence in bytes
*/
@@ -50,7 +50,7 @@ extern "C" {
/**
Calculate the size of a utf-8 sequnce for a Unnicode character.
- \param uc[in] Unicode characte
+ \param[in] uc Unicode characte
\return length of the sequence in bytes
*/
//FL_EXPORT int fl_utf8_size(Fl_Unichar uc);