/ LJCPHPCodeDoc / LJCGenDataGenLib


Contains classes to create GenData from DocData.

Remarks

Contains classes for these functions:
- Create GenData XML from DocData XML
- Serialize GenData XML
- Create CodeDoc HTML Files

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.
The Methods and Properties HTML names are prefixed with the Class name to prevent overwriting items with the same name.

See: Gen Sections for more information about GenData XML.

Classes
LJCGenDataGen Provides methods to generate GenData XML files.
1 Item(s)

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.