[fpc-pascal] fpdoc's generated inheritance output is incorrect
Graeme Geldenhuys
graemeg.lists at gmail.com
Fri Sep 15 10:15:34 CEST 2006
Hi,
I thought the order in which I specify the input files are not
important, but clearly it seems to be. This can be seen in the
inheritance part of the html output. Is this a bug in fpdoc?
Below is the Inheritance hierarchy part show of the TtiObject class
with the input files in a random order. The hierarchy is wrong and
classes are missing.
TtiObject Base class for single objects
|
TtiVisited
?
TObject
-----------------------------------------
Below is the hierarchy created, after I reordered the input files sent
to fpdoc. Now the hierarchy is correct.
TtiObject Base class for single objects
|
TtiVisited
|
TtiBaseObject
|
TObject
-----------------------------------------
Regards,
- Graeme -
--
There's no place like 127.0.0.1
More information about the fpc-pascal
mailing list