diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config.doc | 8 | ||||
-rw-r--r-- | doc/index.doc | 2 |
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/config.doc b/doc/config.doc index 4d28ba0..afe2b8e 100644 --- a/doc/config.doc +++ b/doc/config.doc @@ -158,6 +158,7 @@ followed by the descriptions of the tags grouped by category. <li> \refitem cfg_quiet QUIET <li> \refitem cfg_recursive RECURSIVE <li> \refitem cfg_repeat_brief REPEAT_BRIEF +<li> \refitem cfg_rtf_extensions_file RTF_EXTENSIONS_FILE <li> \refitem cfg_rtf_hyperlinks RTF_HYPERLINKS <li> \refitem cfg_rtf_output RTF_OUTPUT <li> \refitem cfg_rtf_stylesheet_file RTF_STYLESHEET_FILE @@ -956,6 +957,13 @@ EXTRA_PACKAGES = times See also section \ref doxygen_usage for information on how to generate the default style sheet that doxygen normally uses. +\anchor cfg_rtf_extensions_file +<dt>\c RTF_EXTENSIONS_FILE <dd> + Set optional variables used in the generation of an rtf document. + Syntax is similar to doxygen's config file. + A template extensions file can be generated using + <code>doxygen -e rtf extensionFile</code>. + </dl> \subsection man_output Man page related options diff --git a/doc/index.doc b/doc/index.doc index 99ce67f..9c89f8b 100644 --- a/doc/index.doc +++ b/doc/index.doc @@ -175,6 +175,8 @@ Thanks go to: <li>The Comms group of <a href="http://www.symbian.com">Symbian</a> for donating me an ultra cool <a href="http://www.psion.com/revoplus>Revo plus</a> organizer! +<li>The band <a href="http://www.porcupinetree.com">Porcupine Tree</a> for + providing hours of great music to listen to while coding. <li>many, many others for suggestions, patches and bug reports. </ul> */ |