diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2001-03-19 21:28:43 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2001-03-19 21:28:43 (GMT) |
commit | b11bb229001fbb79399e3c21860ae6fb4608e77a (patch) | |
tree | 15189b5b8aea028e7ff9c9ad19867cb3be0fee9d /doc/config.doc | |
parent | ce5e0dcf2d3d55df510b76519ef43642bc331d96 (diff) | |
download | Doxygen-b11bb229001fbb79399e3c21860ae6fb4608e77a.zip Doxygen-b11bb229001fbb79399e3c21860ae6fb4608e77a.tar.gz Doxygen-b11bb229001fbb79399e3c21860ae6fb4608e77a.tar.bz2 |
Release-1.2.6-20010319
Diffstat (limited to 'doc/config.doc')
-rw-r--r-- | doc/config.doc | 8 |
1 files changed, 8 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 |