开发者

When using Doxygen for C++ sources a size of font for \subsubsection is larger than for \section and \subsection

开发者 https://www.devze.com 2022-12-26 12:49 出处:网络
I installed Doxygen 1.6.1. I used \\section, \\subsection and \\subsubsection for titles in C++ sources.

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 ex开发者_如何转开发pected common behavior?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消