Menu

#243 for developers - doxygen config file

open
nobody
None
5
2012-10-01
2005-07-27
Shane
No

To use this, you'll need the doxygen & graphviz tools.
http://www.doxygen.org/
http://www.graphviz.org/

put the file in your checkout directory and run doxygen
You'll get a html directory full of generated
documentation (it uses the javadoc comments + its
analysis of the code structure).

Its all cross referenced, which is useful when trying to
understand how a feature works.

You may need to tweak INPUT &
OUTPUT_DIRECTORY parameters to match your
enviroment/preferences.

Discussion

  • Shane

    Shane - 2005-07-27

    Doxyfile

     
  • James Damour

    James Damour - 2005-08-02

    Logged In: YES
    user_id=492951

    Uhh... what's wrong with good old "javadoc"?