diff options
| author | Fabien Costantini <fabien@onepost.net> | 2008-09-17 20:30:37 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2008-09-17 20:30:37 +0000 |
| commit | a2eaf60572320f112e3e9bebb57dbe14450258f0 (patch) | |
| tree | 252c5b2c7125111e11fa181fd26c4059ef273a2c /src/Fl_Help_Dialog_Dox.cxx | |
| parent | eed231548774950c204e3ba2243c1b26d865fe31 (diff) | |
Doxygen documentation:
+ Added HAVE_GL,HAVE_GL_OVERLAY to Doxyfile defines
+ many obsolete api signature causing to be igmored by doxygen have been fixed, more to come and this is good! (we are forced to refresh these api and be up-to-date to have them documented...)
+ Added a Fl_Gl_Window::draw() method that raises a Fl::fatal() message if used directly. The old doc said it was a pure virtual which is not true. one can easily create a Fl_Gl_Window created, this won't work of course but is subject to trouble.
Now the Fl_Gl_Window doxygenize beautifully and content is more accurate.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6286 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Help_Dialog_Dox.cxx')
| -rw-r--r-- | src/Fl_Help_Dialog_Dox.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Help_Dialog_Dox.cxx b/src/Fl_Help_Dialog_Dox.cxx index e7f753434..f41f84032 100644 --- a/src/Fl_Help_Dialog_Dox.cxx +++ b/src/Fl_Help_Dialog_Dox.cxx @@ -59,7 +59,7 @@ /** \fn void Fl_Help_Dialog::show() Shows the Fl_Help_Dialog window.*/ -/** \fn void Fl_Help_Dialog::textsize(uchar s) +/** \fn void Fl_Help_Dialog::textsize(Fl_Fontsize s) Sets or gets the default text size for the help view.*/ /** \fn uchar Fl_Help_Dialog::textsize() |
