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

The <docs> subdirectory contains all the documentation for
GFC-Core. 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. doxygen creates
a gfccore.tag file in the <reference> subdirectory. This file
is required to properly build the documentation of libraries
based on GFC-Core, such as GFC-UI and GFC-GConf. 