On Tue, Aug 02, 2005 at 10:31:33AM +0100, Nikolay Metchev wrote:
> Is there anything that could be done to the HTML output of doxygen to
> improve performance on Firefox?
>
> On projects with lots of source code doxygen seems to generate
> JavaScript which makes Firefox struggle.
>
> Here is the bug report in mozilla:
> https://bugzilla.mozilla.org/show_bug.cgi?id=218308
Interesting!
> That bug report suggests one improvement comment 6. But perhaps a rework
> of the html is more desirable?
For quite some time (i.e more than 2 years) doxygen uses a completely
different way of producing the tree view. Doxygen now generates all output
in HTML form and uses a single Javascript function to toggle opening and
closing of folders. So any performance issues mentioned in this bug
report do not apply anymore!
Regards,
Dimitri
|