summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Native_File_Chooser.H7
-rw-r--r--FL/filename.H3
2 files changed, 7 insertions, 3 deletions
diff --git a/FL/Fl_Native_File_Chooser.H b/FL/Fl_Native_File_Chooser.H
index 32e500c6f..442f03958 100644
--- a/FL/Fl_Native_File_Chooser.H
+++ b/FL/Fl_Native_File_Chooser.H
@@ -84,9 +84,10 @@
\endcode
The Fl_Native_File_Chooser widget transmits UTF-8 encoded filenames to its user. It is
- recommended to open files that may have non-ASCII names with the fl_fopen() utility
- function that handles these names in a cross-platform way (whereas the standard
- fopen() function fails on the MSWindows platform to open files with a non-ASCII name).
+ recommended to open files that may have non-ASCII names with the fl_fopen() or
+ fl_open() utility functions that handle these names in a cross-platform way
+ (whereas the standard fopen()/open() functions fail on the MSWindows platform
+ to open files with a non-ASCII name).
<B>Platform Specific Caveats</B>
diff --git a/FL/filename.H b/FL/filename.H
index 6ef9b9b7e..f5c87bc6a 100644
--- a/FL/filename.H
+++ b/FL/filename.H
@@ -15,6 +15,9 @@
*
* http://www.fltk.org/str.php
*/
+/** \file
+ File names and URI utility functions.
+ */
/* Xcode on OS X includes files by recursing down into directories.
* This code catches the cycle and directly includes the required file.