OK, figure it out.  I change my configuration to use
'default_documenation' and it works.  I dropped on path element from
my 'path' setting and put that in 'default_documentation' and it
started working.

Here is what I ended up using for that section of the "trac.ini" file:

[doxygen]
path = /home/trac/frump/doxygen
html_output = html
default_documentation = trunk
index = index.html

I create my Doxygen stuff such that the "index.html" file ends up
being:

    /home/trac/frump/doxygen/trunk/html/index.html


-Sim

On Jul 6, 5:42 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> I am hoping someone can help me with getting the Doxygen plugin
> working with my Trac setup.  I am using Trac 0.10.3 on Fedora Core 5.
> I just grabbed the Doxygen plugin by getting it from subversion.
> After battling the normal egg installation issues that made it a bit
> of a pain to install, I have things almost running.
>
> I am not an expert at Doxygen, so it may be a problem with that.  But
> when I view the HTML of the Doxygen output, it shows some output.
>
> In "trac.ini" I have the 'path' and 'html_output' variables set.  But
> I had to add the line
>
>     index = html
>
> to get it to show anything from the Doxygen output.  Once I did that I
> get a title on the main page.  But, when I click on the links above
> the title ("Main Page", "Classes", and "Files"), I get a search page
> saying
>
>     No matches found.
>
> Does anyone know what I have done wrong?  Is there a log or debug file
> I can look at?
>
> Thanks,
> -S im


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