From 727b50652cc53e27e6113f1420206ceac0b89146 Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Fri, 3 Oct 2008 12:00:21 +0000 Subject: 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 --- src/fl_utf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/fl_utf.c') 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); -- cgit v1.2.3