views:

72

answers:

1

I installed Doxygen 1.6.1.

I used \section, \subsection and \subsubsection for titles in C++ sources.

I surprisingly obtained titles in which \subsubsection have large font size than for \subsection and \section.

How can this be fixed? CSS should be used to workaround this or can I fix my doxygen installation to obtain expected common behavior?

A: 

Doxygen does not specify size of font in css template for \subsubsection, style for h4-tag should be specified. CSS should be overridden.

sergdev