diff options
author | albert-github <albert.tests@gmail.com> | 2014-12-10 17:14:29 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2014-12-10 17:14:29 (GMT) |
commit | 05eb230757f6510d461bd14df3b190da46edd9dc (patch) | |
tree | 05c94ee9242d0f47869696b8861fdfc38a29f68f /src/config.xml | |
parent | dc37f6c2a42740e6cbd79d1e6c758c5cbc1f10f7 (diff) | |
download | Doxygen-05eb230757f6510d461bd14df3b190da46edd9dc.zip Doxygen-05eb230757f6510d461bd14df3b190da46edd9dc.tar.gz Doxygen-05eb230757f6510d461bd14df3b190da46edd9dc.tar.bz2 |
Add source code possibility for RTF output
Analogous to Latex and HTML output the possibility to have source code shown in RTF output is created.
Based on question: http://doxygen.10944.n7.nabble.com/RTF-lack-of-source-code-tc6936.html
Diffstat (limited to 'src/config.xml')
-rw-r--r-- | src/config.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/config.xml b/src/config.xml index 9bce7eb..994190d 100644 --- a/src/config.xml +++ b/src/config.xml @@ -2686,6 +2686,16 @@ EXTRA_PACKAGES=times ]]> </docs> </option> + <option type='bool' id='RTF_SOURCE_CODE' defval='0' depends='GENERATE_RTF'> + <docs> +<![CDATA[ + If the \c RTF_SOURCE_CODE tag is set to \c YES then doxygen will include + source code with syntax highlighting in the RTF output. + <br>Note that which sources are shown also depends on other settings + such as \ref cfg_source_browser "SOURCE_BROWSER". +]]> + </docs> + </option> </group> <group name='Man' docs='Configuration options related to the man page output'> <option type='bool' id='GENERATE_MAN' defval='0'> |