On 23.03.2010 22:36, manolo gouy wrote:
>> Am 22.03.2010 23:15, manolo gouy wrote:
>>> Albrecht:
>>> I believe the doxygen documentation of the new device and printer
>>> classes to be complete now. So, if you could generate (again)
>>> the documentation, that would be useful.
>>
>> Okay, I'll see when I can do it, maybe tonight.
>>
>
> Albrecht: when you do that, could you also replace the copyright year 2009 by 
> 2010 in files documentation/src/html_footer and index.dox. Thanks.

I just updated the copyright years, so that it doesn't get lost,
but I will probably not be able to do the doc update today.

But if I will find the time tomorrow: is everything ready to go?

I still see some strange error messages when generating the
docs, and I saw that you committed a change to work around
a doxygen bug. Some of the error messages really look like
doxygen errors, because they mention methods and arguments
that should not exist, e.g. (long lines will probably wrap):

/fltk/svn/fltk-1.3/FL/fl_draw.H:352: Warning: argument 'X0' of command 
@param is not found in the argument list of Fl_Device::fl_curve(double 
x, double y, double x1, double y1, double x2, double y2, double x3, 
double y3)
/fltk/svn/fltk-1.3/FL/fl_draw.H:352: Warning: argument 'Y0' of command 
@param is not found in the argument list of Fl_Device::fl_curve(double 
x, double y, double x1, double y1, double x2, double y2, double x3, 
double y3)
/fltk/svn/fltk-1.3/FL/fl_draw.H:352: Warning: argument 'X1' of command 
@param is not found in the argument list of Fl_Device::fl_curve(double 
x, double y, double x1, double y1, double x2, double y2, double x3, 
double y3)
/fltk/svn/fltk-1.3/FL/fl_draw.H:352: Warning: argument 'Y1' of command 
@param is not found in the argument list of Fl_Device::fl_curve(double 
x, double y, double x1, double y1, double x2, double y2, double x3, 
double y3)
/fltk/svn/fltk-1.3/FL/fl_draw.H:352: Warning: argument 'X2' of command 
@param is not found in the argument list of Fl_Device::fl_curve(double 
x, double y, double x1, double y1, double x2, double y2, double x3, 
double y3)
/fltk/svn/fltk-1.3/FL/fl_draw.H:352: Warning: argument 'Y2' of command 
@param is not found in the argument list of Fl_Device::fl_curve(double 
x, double y, double x1, double y1, double x2, double y2, double x3, 
double y3)
/fltk/svn/fltk-1.3/FL/fl_draw.H:352: Warning: argument 'X3' of command 
@param is not found in the argument list of Fl_Device::fl_curve(double 
x, double y, double x1, double y1, double x2, double y2, double x3, 
double y3)
/fltk/svn/fltk-1.3/FL/fl_draw.H:352: Warning: argument 'Y3' of command 
@param is not found in the argument list of Fl_Device::fl_curve(double 
x, double y, double x1, double y1, double x2, double y2, double x3, 
double y3)
/fltk/svn/fltk-1.3/FL/fl_draw.H:352: Warning: The following parameters 
of Fl_Device::fl_curve(double x, double y, double x1, double y1, double 
x2, double y2, double x3, double y3) are not documented:
   parameter 'x'
   parameter 'y'
   parameter 'x1'
   parameter 'y1'
   parameter 'x2'
   parameter 'y2'
   parameter 'x3'
   parameter 'y3'

Do we have Fl_Device::fl_curve() ? I picked this one from many similar
messages, and I looked closer at some of them, but I can't find the
source of the variable names that are called undocumented or wrong.

Is doxygen really buggy ? Do you see the same error messages? This
is with doxygen 1.5.7.1 and 1.6.1.

BTW, you could have updated the copyright dates yourself,
these are normal source files. ;-)

Albrecht
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to