Modify

Opened 9 years ago

Closed 8 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:1 Changed 9 years ago by Ryan J Ollos

Using a commit hook avoids the overhead in the web request of generating the documentation.

Last edited 9 years ago by Ryan J Ollos (previous) (diff)

comment:2 Changed 8 years ago by Committo-Ergo-Sum

Resolution: wontfix
Status: newclosed

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.