Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
warning_inherited_test
type TMyClass1 = class(TStringList)
This is a class with specified ancestor name, but ancestor (TStringList) is not parsed by PasDoc. Inherited is TStringList. Inherited class is TStringList.
TStringList
procedure Clear;
Inherited is Clear. Inherited class is TStringList.
Clear