how to use custom css instead doxygen default?
There is four file : navtree.css, doxygen.css, search.css, and tabs.css.
But HTML_STYLESHEET offer single file to include. So which .css that is changed by the custom one?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2012-07-18
doxygen.css, assuming that your css filenames follow the doxygen defaults. As far as I can tell, there is no way to replace/configure the other stylesheets through the normal use of Doxygen. You could edit them manually, store them somewhere else and copy them into your output html directory each time you generate your documentation.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
how to use custom css instead doxygen default?
There is four file : navtree.css, doxygen.css, search.css, and tabs.css.
But HTML_STYLESHEET offer single file to include. So which .css that is changed by the custom one?
doxygen.css, assuming that your css filenames follow the doxygen defaults. As far as I can tell, there is no way to replace/configure the other stylesheets through the normal use of Doxygen. You could edit them manually, store them somewhere else and copy them into your output html directory each time you generate your documentation.