Changes between Version 35 and Version 36 of DoxygenPlugin


Ignore:
Timestamp:
Sep 5, 2006, 2:38:25 PM (18 years ago)
Author:
Christian Boos
Comment:

Updates for r1249.

Legend:

Unmodified
Added
Removed
Modified
  • DoxygenPlugin

    v35 v36  
    132132==== Options Summary ====
    133133
    134 These are all the configuration options recognized in the `[doxygen]` section of TracIni. ,,''(up to date with r1245)'',,
     134These are all the configuration options recognized in the `[doxygen]` section of TracIni.
    135135|| '''''Option Name''''' || '''''Documentation''''' || '''''Default value''''' ||
    136136|| '''`path`''' || Directory containing doxygen generated files. ||
     137|| `html_output` ||Default documentation project suffix, as generated by Doxygen using the HTML_OUTPUT Doxygen configuration setting. ''Since 0.10'' || ||
    137138|| `title`      || Title to use for the main navigation tab. || ''Doxygen'' ||
    138139|| `ext`              || Space separated list of extensions for doxygen managed files. || ''htm html png'' ||
     
    142143|| `wiki_index` || Wiki page to use as the default page for the Doxygen main page. If set, supersedes the [doxygen] index option. ||
    143144|| `encoding`   || Default encoding used by the generated documentation files. ''Since 0.10'' || ''iso-8859-1'' ||
    144 
    145 
    146 If you want to change main navigation menu button label put this to ![doxygen] section in trac.ini:
    147 
    148 {{{
    149 [doxygen]
    150 title = Documentation
    151 }}}
     145^''(up to date with r1249)''^
    152146
    153147If you install the plugin globally, you'll also need to enable it in trac.ini as follows: