Changes between Version 1 and Version 2 of DoxygenPlugin


Ignore:
Timestamp:
Dec 27, 2005, 10:13:04 PM (18 years ago)
Author:
Jason Parks
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DoxygenPlugin

    v1 v2  
    2323== Example ==
    2424
    25 Comming soon...
     25=== Installation ===
     26
     27Download the source code for the DoxygenPlugin from [download:doxygenplugin here] or checkout the source from the trac hacks subversion repository at: http://trac-hacks.swapoff.org/svn/doxygenplugin.
     28
     29Change to the doxygenplugin/0.9 directory and run:
     30
     31{{{
     32python setup.py bdist_egg
     33}}}
     34
     35This will generate a python egg in the dist directory. Copy the egg file into the trac/plugins directory and follow the Configuration steps outlined below.
     36
     37=== Configuring Trac ===
     38{{{
     39[doxygen]
     40path = <path_to_the_doxygen_documentation>
     41}}}
     42
     43=== Configuring Doxygen ===
     44
     45{{{
     46}}}
    2647
    2748== Author/Contributors ==