Doxygen guide

The LibMC.NET source code and demo programs are doxygen enabled for quick and easy reference. 
In order to generate the doxygen reference, simply run

doxygen Doxyfile

from this directory. This should generate a directory named 'html' and another named 'latex'.
To use the html documentation, simply open the file 'html/index.html' with your favorite web browser.
To view the latex documentation, build the documentation by these commands:

cd latex
make

The file 'refman.pdf' will be produced.

Please see the README file in ../../../src/win32/LibMC.NET/ for information on building the
LibMC.NET documentation and linking it to the demo program documentation.

For more information on doxygen, please see
http://www.doxygen.org
Doxygen source and precompiled packages can be found at:
http://www.stack.nl/~dimitri/doxygen/download.html#latestsrc

For a Windows version of LaTeX, please see
http://www.ifs.hr/~mpinter/miktex.html

For a Windows version of perl, please see
http://www.activestate.com/Products/activeperl/
