Modify ↓
Opened 19 years ago
Closed 18 years ago
#171 closed enhancement (fixed)
Multiple documentation support
Reported by: | Radek Bartoň | Owned by: | Radek Bartoň |
---|---|---|---|
Priority: | normal | Component: | DoxygenPlugin |
Severity: | normal | Keywords: | |
Cc: | Radek Bartoň | Trac Release: | 0.9 |
Description
DoxygenPlugin should support multiple Doxygen documentation for each project in Trac. My idea is to have all documentations in separate dicrectories in folder "path" from trac.ini. Plugin should on load scan for these directories and produce handling for requests to each documentation. ie. .../doxygen/project_1/... I could write this myself but there will be a quite big changes in code so I am asking for permition to do it.
Attachments (2)
Change History (6)
comment:1 Changed 19 years ago by
comment:2 Changed 18 years ago by
Owner: | changed from Jason Parks to Radek Bartoň |
---|---|
Status: | new → assigned |
Trac Release: | → 0.8 |
Would be implemented in next changeset.
comment:3 Changed 18 years ago by
Trac Release: | 0.8 → 0.9 |
---|
comment:4 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Implemented in changeset 1010.
Note: See
TracTickets for help on using
tickets.
Here is patch providing this feature. For more info see my comments in DoxygenPlugin page.