Changes between Version 17 and Version 18 of DoxygenPlugin


Ignore:
Timestamp:
Feb 27, 2006, 2:14:25 PM (18 years ago)
Author:
SunSailor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DoxygenPlugin

    v17 v18  
    7171==== Fix by SunSailor on 02/27/2006 ====
    7272So, digged a bit into, why it wouldn't run here at all. I found out, that in process_request, the conversion req.args['path'] fails, as it is an instance of !MiniFieldStorage, not a string. Changing it into req.args.getvalue('path') works then. Would be nice, if you could anticipate it in your code base. Further, it would be nice to get another config option "index", which identifies the initial index file, as it can be index.html or main.html, depending on the doxygen settings. Support for images would be cool, too. Add a comment, if you apreciate me to help you.
     73
    7374Edit: 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.
    7475