[fpc-devel] FPDoc parser doesn't handle forward declarations properly?
Michael Van Canneyt
michael at freepascal.org
Wed Dec 7 21:22:31 CET 2011
On Wed, 7 Dec 2011, Hans-Peter Diettrich wrote:
> michael.vancanneyt at wisa.be schrieb:
>
>> Hm. It should work correctly; At least, it did so in the past. I will need
>> to check this.
>
> The platform also seems to be involved. When I changed the win32\classes.pp
> into unix\classes.pp, many classes disappear entirely from the docs
> (TFileStream, TStrings, TList...).
Wait, did you try this on FPC trunk sources ? That won't work.
2.6.0 sources should be OK.
Trunk contains nested types in the class definitions,
and fpdoc cannot handle that. I am currently working on that, though.
Michael.
More information about the fpc-devel
mailing list