DelphiCodeToDoc
Name
uDocTemplate
Parent
DelphiCodeToDoc
Description
Base class to represent all components in Delphi language
Components are various, Units, classes, const, Vars, fields, methods ...
The structure builder will create these objects from the parser informations.
http://dephicodetodoc.sourceforge.net/
Copyright TridenT 2003 - Under GNU GPL licence
Author
TridenT
Version
2003/12/01 TridenT Initial revision
2006/12/01 TridenT Extracted from Structure.pas file
Types
Type Description TDOCClassList (+) List of TDOCClass TDOCConstantList (+) List of TDOCConst TDOCEventList (+) List of TDOCEvent TDOCFieldList (+) List of TDOCField TDOCLinkList (+) List of TDOCLinks TDOCPropertyList (+) List of TDOCPropertie TDOCTypeList (+) List of TDOCTypes TDOCUnitList (+) List of TDOCUnit TDOCUseUnitList (+) List of TDOCUseUnit TDOCVarList (+) List of TDOCVar
Methods
Method Description ConvertToValidFilename (+) Verify the filename compatibility (with Windows OS) and fix it if nedded DocTemplateListSortCompare (+) Comparison function for TDocTemplateList, used for sorting.
Classes
Class Description TDOCLink (+) A link to a unit, class or another Maybe replace by an ObjectList with all DocTemplate ! TDOCParameterList (+) List of TDOCparameters TDOCTemplate (+) Base class for Classes, members, ... in the final structure TDOCTemplateList (+) Base class for TDOCTemplate containers (holds TDOCTemplate objects)
Legend
Symbol Visibility - Private # Protected + Public * Published A Automated S Strict
DelphiCodeToDoc