Hi, folks,

I'm trying to configure the doxygen plugin but with no luck.

In its wiki page, about basic configuration, it said:

A [doxygen] section should be created in TracIni. There's only one
mandatory setting, it's the path to the generated documentation. This
should match the OUTPUT_DIRECTORY setting in the Doxyfile (if that's a
relative path, you'll need to prepend the current working directory
used when running doxygen).

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?

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:

1. in trac.ini, set path to a empty directory that apache have write
permission (/var/cache/doxygen), and set html_output to "html".
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.

-- 
regards,
fishy

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to