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. To my knowledge it doesn't even do this. Please > correct me if I'm wrong.. >
There's definitely room for improvement in the Doxygen integration within Trac. Having (a few) versioned set of documentation, be it by revision info or by branch, would be one. One of the issues with Doxygen is that the amount of generated information can be huge (especially when you generate the graphs), so it's not realistic to keep every possible set of documentation. The other problem is that it's quite complex to generate incremental documentation. I once patched doxygen 1.4.7 to do that, but the results were mitigated... I might try again on 1.5.x where the code has been supposed to be cleaned-up a bit, but I don't know when I'll have time for this. -- Christian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
