From 73a2fa5b99fda883323cd53346f564c14060a01d Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Wed, 3 Dec 2008 01:02:10 +0000 Subject: Doxygen documentation: - Fixed recent documentation update problems in fl_draw.cxx : \ and @ char must be doubled otherwise interpreted as doxygen keywords - Fixed some doxygenized parameters problems in Fl_Preferences.cxx - Added the treeview mode, now featuring a vertical left tree browser in html doc - Splitted html configuration file from pdf configuration file, now a new Doxybook config file permits to customize independtly both html and pdf modes without risking side effects and also without assuming an fltk user will have the Tex tools installed to generate the html doc. Now only pdf generation will need LaTex tools. - Updated the doxygen based documentation to revison 9 and added new significant contributors to index.dox in alphabetical order. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6539 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Preferences.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Fl_Preferences.cxx') diff --git a/src/Fl_Preferences.cxx b/src/Fl_Preferences.cxx index ad988b1a0..f96f90ccb 100644 --- a/src/Fl_Preferences.cxx +++ b/src/Fl_Preferences.cxx @@ -561,8 +561,8 @@ static void *decodeHex( const char *src, int &size ) (non-zero) or the default was used (0). 'maxSize' is the maximum length of text that will be read. - \param[in] entry name of entry - \param[out] value returned from preferences or default value if none was set + \param[in] key name of entry + \param[out] data value returned from preferences or default value if none was set \param[in] defaultValue default value to be used if no preference was set \param[in] defaultSize size of default value array \param[in] maxSize maximum length of value @@ -628,7 +628,7 @@ char Fl_Preferences::get( const char *key, void *&data, const void *defaultValue \param[in] key name of entry \param[in] data set this entry to \a value - \param[in] size of data array + \param[in] dsize size of data array \return 0 if setting the value failed */ char Fl_Preferences::set( const char *key, const void *data, int dsize ) -- cgit v1.2.3