Re: [Doxygen-users] Changing the Doxygen CSS file...
Brought to you by:
dimitri
From: Irwin D. <ir...@ca...> - 2007-05-24 18:34:06
|
Emily, You can create a stylesheet and call it something like doxygen.css by running Doxygen using the following command: doxygen -w html header.html footer.html doxygen.css This produces header, footer, and css files using the default Doxygen values. You can then edit doxygen.css and point to it in your Doxygen configuration file using: HTML_STYLESHEET =3D doxygen.css You can simply discard the default header and footer files if you don't need them. Hope it helps. -Irwin Diehl=20 -----Original Message----- From: dox...@li... [mailto:dox...@li...] On Behalf Of Emily Berk Sent: Thursday, May 24, 2007 10:24 AM To: dox...@li... Subject: [Doxygen-users] Changing the Doxygen CSS file... I would like to add some class descriptions to the .css file Doxygen generates. My theory is that manually changing the .css file in the generated directories is not going to work. What do you think? Thanks in advance. -- Emily Emily Berk http://www.armadillosoft.com ------------------------------------------------------------------------ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Doxygen-users mailing list Dox...@li... https://lists.sourceforge.net/lists/listinfo/doxygen-users |