Changes between Version 18 and Version 19 of DoxygenPlugin


Ignore:
Timestamp:
Feb 28, 2006, 11:50:38 AM (18 years ago)
Author:
Radek Bartoň
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DoxygenPlugin

    v18 v19  
    7474Edit: Opened a ticket #194 for the issues and attached a patch, which fixes it. The patch also adds an more compatible aproach for displaying the embedded png images and a new attribute "index", defining the root file of the documentation.
    7575
     76==== Comment by Blackhex on 02/28/2006 ====
     77req.args should be a dictionary so req.args['path'] should be right way to get value. I searched for any MiniFieldStorage occurence in trac code and found only some in cgi_frontend.py. I'm running Trac with mod_python so that is why I'm not experience theese problems. I started working on multiple documentation support. My idea is to have one Wiki page which will be index page and provide DoxygenPlugins macros for specifying links to doxygen documentations. There should be configurable option to specify which extension should be handled because png is not only format you can have in doxygen's documentation.
     78
     79Here is little example of trac.ini
     80{{{
     81[doxygen]
     82path = <path_to_directory_with_doxygen_documentations>
     83title = <title_of_button_in_mainnav>
     84ext = <list_of_extensions_to_handle>
     85wiki_index = <name_of_wiki_page>
     86}}}
     87
     88And on wiki_index (or any other wiki page) you could specify index using macros:
     89{{{
     90= Doxygen Documentations =
     91
     92[doxygen:project_1/main.html First project documentation]
     93[doxygen:project_2/main.html Second project documentation]
     94}}}
     95
     96where project_1 and project_2 are directories in path.
     97Feel free to contact me on my e-mail on my wiki page.
     98
    7699== Author/Contributors ==
    77100