ENV: Doxygen版本1.7.6.1 操作系统:Ubuntu 12.04
我设置了doxygen来解析一些c / c ++文件并生成RTF:
GENERATE_RTF = YES
# If the COMPACT_RTF tag is set to YES Doxygen generates more compact
# RTF documents. This may be useful for small projects and may help to
# save some trees in general.
COMPACT_RTF = YES
# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
# will contain hyperlink fields. The RTF file will
# contain links (just like the HTML output) instead of page references.
# This makes the output suitable for online browsing using WORD or other
# programs which support those fields.
# Note: wordpad (write) and others do not support links.
RTF_HYPERLINKS = NO
我将RTF_HYPERLINKS设置为“NO”以禁用超链接,但我仍然得到它们:
Class Index
{tc "Hierarchical Index"} Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
使Doxygen不生成超链接或引用的正确设置是什么?
答案 0 :(得分:0)
已解决:更新到v1.8.4和RTF_HYPERLINKS =否