type TTestClass = class(TObject)
TTestClass
| Public | generic function DoSomething<T>(const Caption: String; const Input: T): T; |
| Public | generic procedure DoSomething2<T>(const Input: T); |
| Public | generic function DoSomething<T>(const Caption: String; const Input: T): T; |
|
Test documentation for class function DoSomething implementation | |
| Public | generic procedure DoSomething2<T>(const Input: T); |
|
Test documentation for class procedure DoSomething2 implementation | |