Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#194 closed defect (fixed)

Doxygen-Plugin won't run — at Version 4

Reported by: SunSailor Owned by: SunSailor
Priority: normal Component: DoxygenPlugin
Severity: normal Keywords:
Cc: Radek Bartoň Trac Release: 0.8

Description (last modified by Alec Thomas)

Under circumstances I can't define exactly, the doxygen plugin doesn't run here. Paths are correct, but it seems, that the conversion from req.args[''] to string doesn't work as expected here (Or better said, as expected, as I don't understand why it is running elsewhere at all). Nevertheless, I've attached a patch to get it running here. This patch is also adding png support to the plugin, allowing it to show the embedded images, as I had the same kind of problems with the other patches (See ticket 119).

Change History (5)

comment:1 Changed 18 years ago by SunSailor

Status: newassigned

comment:2 Changed 18 years ago by SunSailor

This patch also adds a new configuration attribute "index", where you can choose which page shall be the root page (as main.html is only created with 'GENERATE_TREEVIEW'). It has to start with a slash

[doxygen]
path = /path/to/documentation
index = /index.html

Changed 18 years ago by SunSailor

Attachment: TypeFixAndExtensions.diff added

comment:3 Changed 18 years ago by SunSailor

Resolution: fixed
Status: assignedclosed

comment:4 Changed 18 years ago by Alec Thomas

Description: modified (diff)
Note: See TracTickets for help on using tickets.