Class TDummy
Unit
Declaration
type TDummy = class(TObject)
Description
This class is designed to see if PasDoc can parse class functions correctly.
Hierarchy
- TObject
- TDummy
Overview
Methods
![]() |
Class Function MyFunction: integer; |
![]() |
class procedure MyProcedure; |
Description
Methods
![]() |
Class Function MyFunction: integer; |
Test To see if PasDoc can handle this. |
![]() |
class procedure MyProcedure; |
Test To see if PasDoc can handle this. |