Re: [Doxygen-users] Doxygen Speed Issues
Brought to you by:
dimitri
From: Neil W. <li...@co...> - 2005-10-28 22:01:27
|
On Friday 28 October 2005 5:35 pm, Mike Williams wrote: > Braden McDaniel did utter on 28/10/2005 16:19: > > On Fri, 2005-10-28 at 15:43 +0100, Mike Williams wrote: > >>The config file is relatively historic, > >>so I did a diff with a clean one generated by doxygen and found a bunch > >>of new parameters - yay! > > > > An easier way to do that is > > > > $ doxygen -u configfile > > Still need to do a diff to see what has been updated Check the directory, there should be a configfile.bak On testing the new options, I found a problem with CREATE_SUBDIRS=20 HTML files in the new subdirectories can't find tabs.css <link href=3D"../../doxygen.css" rel=3D"stylesheet" type=3D"text/css"> <link href=3D"tabs.css" rel=3D"stylesheet" type=3D"text/css"> Changing this to: <link href=3D"../../doxygen.css" rel=3D"stylesheet" type=3D"text/css"> <link href=3D"../../tabs.css" rel=3D"stylesheet" type=3D"text/css"> fixes the problem on a per-file basis but I'd rather not have to add a perl= /=20 sed script to do that. :-) On the upside, CREATE_SUBDIRS does ease the I/O burden on my system and avo= ids=20 locking up in other applications. =2D-=20 Neil Williams =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D http://www.data-freedom.org/ http://www.nosoftwarepatents.com/ http://www.linux.codehelp.co.uk/ |