问题描述
我安装了Doxygen 1.6.1。
$ b $我用了 \ section , \分段和 \ subsubsection 用于C ++源代码中的标题。
获得的标题,其中\\ \\ subsubsection的字体大小大于\ subsection和\ section。
这怎么解决?
CSS应该用于解决这个问题,或者我可以修复我的doxygen安装,以获得预期的常见行为?
Doxygen没有在 \ subsubsection 的css模板中指定字体的大小,应该指定h4-tag的样式。 CSS应该被覆盖。
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?
Doxygen does not specify size of font in css template for \subsubsection, style for h4-tag should be specified. CSS should be overridden.
这篇关于在C ++源代码中使用Doxygen时,\\ \\ subsubsection的字体大小大于\ section和\\ \\ sububction的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!