DelphiCodeToDoc
Name
CheckFile
Parent
TDOCProject
Visibility
PRIVATE
Description
Check and parse a delphi source code file
For the moment, this function always return a successfull value
Source code
function CheckFile ( const filename : TFilename ) : boolean
Parameters
Parameter Description filename : TFilename File to Check
Return
Types Description BOOLEAN TRUE if succesfull, FALSE otherwise
DelphiCodeToDoc