Me: >> However, while reviewing the stuff in drawing.dox and tweaking the >> layout in osissues.dox I wondered whether we can't make the layout >> a little more obvious by increasing the size of the \page, \section >> and \subsection headers (corresponding to H1, H2 and H3 sized) so >> that they stand out from \par headers and plain text. >> >> What do the rest of you think? This is for HTML not LaTeX/pdf.
Albrecht: > Improving the layout (and readability) is always a good idea. The > relative small fonts for \c et al. used in the browser (with default > setup) comes to mind. > > But how would we achieve this? Is there an official way to do this > with doxygen, or would we have to tweak the doxygen.css after > generation? Do you have an idea how to configure this? I looked into it last night, and it's actually a lot easier than I thought it was going to be, because there is a good explanation at http://www.stack.nl/~dimitri/doxygen/customize.html The quick guide (and I can commit the changes later this evening) 1. doxygen -w html header.html footer.html customdoxygen.css 2. copy customdoxygen.css to documentation/src 3. in Doxyfile, set HTML_STYLESHEET to customdoxygen.css 4. in customdoxygen.css, change fontsize for h2 and h3 I think I changed them to 140% and 120% but I don't remember exactly. But I then realized that (in drawing.dox anyway) I have \subsection where maybe I could have \section and that would improve layout. I was going to investigate further this evening. I can look into \c at the same time if you want. Cheers D. _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
