All Identifiers

Name Unit Description
Test warning_inherited_test

Inherited is Test. Inherited class is Test.

TMyClass0 warning_inherited_test

This is a class without ancestor name specified. Inherited is TObject. Inherited class is TObject.

TMyClass1 warning_inherited_test

This is a class with specified ancestor name, but ancestor (TStringList) is not parsed by PasDoc. Inherited is TStringList. Inherited class is TStringList.

TMyClass2 warning_inherited_test

This is a class with specified ancestor name, and ancestor (TMyClass1) is parsed by PasDoc. Inherited is TMyClass1. Inherited class is TMyClass1.