rinse_my_phonebook wrote: > Well instead of actually running doxygen on source code in the > repository could the doxygen plugin not at least display the latest > version of client side/working copy generated documentation that > exists in subversion.
As I mentioned before, I ended up keeping documentation outside of Trac environment, with links from wiki pages. For three reasons: all hyperlinks in the docs have to be changed to work from inside Trac, a commit does not necessarily mean documentation got updated, doxygen/javadoc run can be slow and can generate a lot of files. It'd be nice to have API docs generated on demand, when user wants to look at it. Some day I'll get around to adding a button to project page that would check the revision on the docs and re-generate them if it's different from svn. Dima --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
