diff options
| author | Fabien Costantini <fabien@onepost.net> | 2008-10-03 12:00:21 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2008-10-03 12:00:21 +0000 |
| commit | 727b50652cc53e27e6113f1420206ceac0b89146 (patch) | |
| tree | ba555e70f32e0dd758c67c863224a0f269d2705e /src/fl_file_dir.cxx | |
| parent | fabf5fc18167f73526c21842fa8e68da29647094 (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_file_dir.cxx')
| -rw-r--r-- | src/fl_file_dir.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fl_file_dir.cxx b/src/fl_file_dir.cxx index 0db2d3453..008fa33b5 100644 --- a/src/fl_file_dir.cxx +++ b/src/fl_file_dir.cxx @@ -64,10 +64,10 @@ void fl_file_chooser_ok_label(const char *l) { /** \relates Fl_File_Chooser Shows a file chooser dialog and get a filename. \image html Fl_File_Chooser.jpg - \param message text in title bar - \param pat filename pattern filter - \param fname initial/default filename selection - \param relative 0 for absolute path name, relative path name otherwise + \param[in] message text in title bar + \param[in] pat filename pattern filter + \param[in] fname initial/default filename selection + \param[in] relative 0 for absolute path name, relative path name otherwise \return the user selected filename, in absolute or relative format or NULL if user cancels */ |
