[fpc-devel] Bad links in RTL docs
Marco van de Voort
marcov at stack.nl
Sun Dec 11 16:50:18 CET 2011
In our previous episode, Hans-Peter Diettrich said:
> FPDoc doesn't find targets for these links:
>
> math.TRoundToRange - range types never become part of the documentation!
> type TRoundToRange = -37..37;
> I suspect that fpdoc wants an type name after the "=", which here
> doesn't exist. Applies to all range types, not only this one.
See also
http://bugs.freepascal.org/view.php?id=17352
> sysutils.OnBeep?
> Neither OnBeep nor TBeepHandler seem to find their way into the (HTML) docs?
IIRC related to a rev that was never merged to 2.4.x. Do you use 2.6.x as
basis?
> sockets.Socket, SocketPair, Send, Recv, Listen?
Deprecated already in 2.4.x. However some variants that used the text
record versions still exist. A decision what to do with them was never
taken.
More information about the fpc-devel
mailing list