fishy wrote: > ... > So I'm puzzled that is it just wrap a already generated doxygen doc > into trac, or it can automatically generate doxygen doc from the svn > repository? >
The former only. The latter would be definitely interesting, but would be a somewhat longer term goal (patches welcomed ;-) ). > I have a Doxyfile in the root of my svn repository, and in it the > OUTPUT_DIRECTORY is set to ".", so how do I configure doxygen plugin > to get the docs? I've tried the following ways but always get a blank > page: > ... > 2. in trac.ini, set path to the directory to a working copy that > apache have read permission (/home/fishy/work/myproj), and set > html_output to "html", and I've already generated html doc there. > If you have: OUTPUT_DIRECTORY = . HTML_OUTPUT = html in your Doxyfile, and you did run doxygen in your ~/work/myproj directory, then the following settings should work: [doxygen] path = /home/fishy/work/myproj html_output = html Otherwise, set the log level to DEBUG and search for the "Looking up..." lines and what follows them. -- 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 -~----------~----~----~----~------~----~------~--~---
