From 2ce406ab428bcaa960f368ab19a0911047b1a98a Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 2 Feb 2019 01:10:24 +0100 Subject: Fl_Help_Dialog::load() now returns an error code (STR #3429) --- src/Fl_Help_Dialog_Dox.cxx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'src/Fl_Help_Dialog_Dox.cxx') diff --git a/src/Fl_Help_Dialog_Dox.cxx b/src/Fl_Help_Dialog_Dox.cxx index f0d6c7c14..aa88f30a6 100644 --- a/src/Fl_Help_Dialog_Dox.cxx +++ b/src/Fl_Help_Dialog_Dox.cxx @@ -40,9 +40,14 @@ /** \fn void Fl_Help_Dialog::hide() Hides the Fl_Help_Dialog window.*/ -/** \fn void Fl_Help_Dialog::load(const char *f) - Loads the specified HTML file into the Fl_Help_View widget. - The filename can also contain a target name ("filename.html#target"). +/** \fn int Fl_Help_Dialog::load(const char *f) + \brief Loads the specified HTML file into the Fl_Help_View widget. + The filename can also contain a target name ("filename.html#target"). Always + use forward slashes as path deliminators, MSWindows-style backslashes are not + supported here + \param[in] f the name and path of an HTML file + \return 0 on success, -1 on error + \see Fl_Help_View::load(), fl_load_uri() */ /** \fn void Fl_Help_Dialog::position(int x, int y) -- cgit v1.2.3