diff options
| author | Manolo Gouy <Manolo> | 2010-12-01 17:38:29 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2010-12-01 17:38:29 +0000 |
| commit | 180ec65687f7aafb4f4b1948a5543628d553802f (patch) | |
| tree | 5b0e7f8ab7da0aca17c6a9be777229106d716a28 /src/fl_file_dir.cxx | |
| parent | 04ca835e3aa366d218fe5ffc0cd2da78c0b614f0 (diff) | |
Doxygen changes to indicate what to #include for functions documented in modules.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7932 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, 6 insertions, 2 deletions
diff --git a/src/fl_file_dir.cxx b/src/fl_file_dir.cxx index aa9a77f0b..19156e4dd 100644 --- a/src/fl_file_dir.cxx +++ b/src/fl_file_dir.cxx @@ -45,16 +45,18 @@ static void callback(Fl_File_Chooser *, void*) { /** \addtogroup group_comdlg @{ */ -/** \relatesalso Fl_File_Chooser +/** \relates Fl_File_Chooser Set the file chooser callback + \note \#include <FL/Fl_File_Chooser.H> */ void fl_file_chooser_callback(void (*cb)(const char*)) { current_callback = cb; } -/** \relatesalso Fl_File_Chooser +/** \relates Fl_File_Chooser Set the "OK" button label + \note \#include <FL/Fl_File_Chooser.H> */ void fl_file_chooser_ok_label(const char *l) { if (l) current_label = l; @@ -63,6 +65,7 @@ void fl_file_chooser_ok_label(const char *l) { /** \relates Fl_File_Chooser Shows a file chooser dialog and gets a filename. + \note \#include <FL/Fl_File_Chooser.H> \image html Fl_File_Chooser.jpg \image latex Fl_File_Chooser.eps "Fl_File_Chooser" width=12cm \param[in] message text in title bar @@ -148,6 +151,7 @@ fl_file_chooser(const char *message, // I - Message in titlebar /** \relates Fl_File_Chooser Shows a file chooser dialog and gets a directory. + \note \#include <FL/Fl_File_Chooser.H> \param[in] message title bar text \param[in] fname initial/default directory name \param[in] relative 0 for absolute path return, relative otherwise |
