Opened 19 years ago
Closed 18 years ago
#194 closed defect (fixed)
Doxygen-Plugin won't run
Reported by: | SunSailor | Owned by: | SunSailor |
---|---|---|---|
Priority: | normal | Component: | DoxygenPlugin |
Severity: | normal | Keywords: | |
Cc: | Radek Bartoň | Trac Release: | 0.8 |
Description (last modified by )
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 #119).
Attachments (1)
Change History (11)
comment:1 Changed 19 years ago by
Status: | new → assigned |
---|
comment:2 Changed 19 years ago by
Changed 19 years ago by
Attachment: | TypeFixAndExtensions.diff added |
---|
comment:3 Changed 19 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 19 years ago by
Description: | modified (diff) |
---|
comment:5 Changed 19 years ago by
Description: | modified (diff) |
---|
comment:6 Changed 19 years ago by
css and gif should be added to line 46 in doxygentrac.py makeing it read: elif re.match(r/.*.(html|png|css|gif)$, req.path_info): this makes doxygen look like it should.
comment:7 Changed 19 years ago by
Have you seen my patch in ticket 171. There is a capability to setup all needed files extensions in trac.ini. You could have i. e. custom front page with other files than png css and gif.
comment:8 Changed 19 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:9 Changed 19 years ago by
Cc: | Radek Bartoň added; anonymous removed |
---|
comment:10 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Trac Release: | → 0.8 |
Patch functionality included in changeset 871.
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