[fpc-devel] FPDoc parser doesn't handle forward declarations properly?

Hans-Peter Diettrich DrDiettrich1 at aol.com
Wed Dec 7 12:50:55 CET 2011


In my current tests I found empty classes (no members listed), e.g. 
Classes.TFPList. The Declaration shows:

   Source position: classesh.inc line 170
   type TFPList = class end;

This line reads in the source code as
   TFPList = class;
with the declaration following in line 188 ff.
   TFPList = class(TObject)
   ...

What's wrong?

DoDi




More information about the fpc-devel mailing list