type TDummy = class(TObject)
This class is designed to see if PasDoc can parse class functions correctly.
| Public | Class Function MyFunction: integer; |
| Public | class procedure MyProcedure; |
| Public | Class Function MyFunction: integer; |
|
Test To see if PasDoc can handle this. | |
| Public | class procedure MyProcedure; |
|
Test To see if PasDoc can handle this. | |