環境: Doxygen バージョン 1.7.6.1 OS: Ubuntu 12.04
いくつかの c/c++ ファイルを解析し、RTF を生成するように doxygen をセットアップしました。
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 がハイパーリンクまたは参照を生成しないようにする正しい設定は何ですか?