FWIW, I found a regression in  Doxygen versions 1.7.2 and following
and filed a bug report:

https://bugzilla.gnome.org/show_bug.cgi?id=649103

Affected FLTK methods are (AFAIK):

Fl_Image::data()
Fl_Group::array()
Fl_Table::array()       (protected, undocumented)

The effect is that e.g.

   Fl_Widget *const* Fl_Group::array()

and the others are missing the 2nd '*' in the generated docs.

Unfortunately we're using Doxygen's new layout in our online docs
and distribution tar balls, so that we need version 1.7.3 (1.7.2?)
or later.

There's a quick fix for those who want to compile 1.7.3 or 1.7.4
themselves:

https://bugzilla.gnome.org/attachment.cgi?id=186984

Note that this is not an official patch, but Dimitri confirmed the
bug and said that he will implement a better solution. The patch is
for 1.7.4, but works with a line offset for 1.7.2 and 1.7.3 as well.

I found that the above patch solves *our* documentation problem, so
that we can use it as a workaround for those who want to generate
the new documentation layout for their tests (or online docs).

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

Reply via email to