DelphiCodeToDoc
Name
AddDocClass
Parent
TDOCClassesTree
Visibility
PUBLIC
Description
Create a node representing the class parameter and Add it to the ClassesTree
If perent is not found inside the tree (further call), ths item will be added
under the 'Orphans' node
Source code
procedure AddDocClass ( const DocClass : TDOCClass )
Parameters
Parameter Description DocClass : TDOCClass TDOCClass object to add
DelphiCodeToDoc