Documentation.
==============

The <docs> subdirectory contains all the documentation for
GFC-UI. In this release only the reference documentation
is available. The tutorial documentation will be added in 
a future beta release.

If you are using the CVS version of GFC you will have to 
compile the documentation yourself with doxygen version
1.3.2 or greater. To compile the reference documentation
change to the reference subdirectory and in a command shell
execute the following line:

	doxygen Doxyfile

You will have to replace doxygen with it's full path if it
is not in a directory in you PATH statement. 

To properly build the GFC-UI reference documentation extract
the GFC-Core and GFC-UI source code into the same directory.
This is to ensure that GFC-UI can find the gfccore.tag file
required for the build. 