DelphiCodeToDoc
Name
uDocProject
Parent
DelphiCodeToDoc
Description
Main unit of the process side in the project
The project, once configured through the TDOCOptions class, can Check, and
build the output files.
Project's state is update on each action and can be read with State property
http://dephicodetodoc.sourceforge.net/
Copyright TridenT 2003 - Under GNU GPL licence
Author
TridenT
Version
2003/12/01 TridenT Initial revision
Types
Type Description TItemTypeToParse (+) Kind of item to parse in a delphi environment TProjectState (+) State of the project, update on each action
Constants
Constant Description DPR_FILE_EXT (+) Delphi project - DPR file extension HTM_FILE_EXT (+) HTML source - HTM file extension L_IgnoringItem (+) #No TAG found in source code# L_ItemNotFound (+) #No TAG found in source code# L_NothingToParse (+) #No TAG found in source code# L_NothingToPurge (+) #No TAG found in source code# L_ParsingFile (+) #No TAG found in source code# L_PurgingOutputDirectory (+) #No TAG found in source code# PAS_FILE_EXT (+) Delphi source - PAS file extension
Variables
Variable Description DocProject (+) The current project
Methods
Method Description HtmMatchFunc (+) Test if file is HTM source file PasMatchFunc (+) Test if file is Pascal source file PurgeProjectFolderProgress (+) Defined as the jcl function : TDelTreeProgress = function (const FileName:
Classes
Class Description TDOCProject (+) Main Class that manage the Parser, the Structure Builder and the Generator
Legend
Symbol Visibility - Private # Protected + Public * Published A Automated S Strict
DelphiCodeToDoc