Modify ↓
Opened 10 years ago
Closed 9 years ago
#12257 closed enhancement (wontfix)
Automatically run doxygen as required
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | DoxygenPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
Doxygen documentation should be generated directly from the code checked into the repository if it is out of date or non-existant when a doxygen page is viewed. From the name and description I figured that's what it does but it seems it just links to existing HTML files that must previously be generated by Doxygen either through commit hooks or manually or some other method of running doxygen.
Attachments (0)
Change History (2)
comment:2 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Since doxygen is not able to build the documentation incrementaly, I think it would be very costly to run it on every commit. The new version (> 0.11) offers à web form to run doxygen on demand, this seems better.
Note: See
TracTickets for help on using
tickets.
Using a commit hook avoids the overhead in the web request of generating the documentation.