Uses the LJCGenTextLib class GenTextLib to create the CodeDoc HTML files
by combining the GenData and an HTML Text Template.
In this implementation there is a GenData XML file created for each PHP
file, Class, Method/Function and Property.
An HTML page is generated for each GenData XML file and the corresponding HTML
Text Template.
The templates are in the Templates subfolder.
PHP File - LibTemplate.html
Class - ClassTemplate.html
Method - FunctionTemplate.html
Property - PropertyTemplate.html
The PHP HTML files are output to the folder specified in the LJCGenDataGen constructor.
A subfolder is created for each class. This folder contains the Class HTML, Methods HTML and Properties HTML files.LJCGenDataGen | Provides methods to generate GenData XML files. |