Documentation 0.3.0.0

27 11 2007

Hi out there,

today I uploaded the documentation so far and whilst I was doing that updated the documentation generation process.

Now that is done with a nice and sleek Makefile. The structure of the Makefile is very general.

If you want to autodocu you PHP files alá JDoc you can  use my Makefile. All you need to do is:

1. Install PHPDocumentor (ubunt: “sudo pear install PHPDocumentor”)

2. Adjust the  Macros in the Makefile

3. Run make doc

4. Enjoy!

Attached to this Post you will find the Makefile.