[Top-Posting intentionally]

All,

FYI, there are good news and bad news WRT the Doxygen bugs mentioned
below and elsewhere in this thread.

Good news: the bug is fixed in Doxygen 1.7.5 (released Aug 14, 2011).

Bad news: the pretty HTML formatting of version 1.7.4 (see online docs)
is gone :-(

I couldn't test much further, but if someone else could test, comments
would be welcome. Should we stay with the patched version 1.7.4 ?

Maybe it's an issue of the CSS file only, but I tried this too (although
not very thoroughly).

TIA
Albrecht


On 02.05.2011 11:55, Albrecht Schlosser wrote:
> 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