[fpc-pascal] fpdoc links and short description
Felipe Monteiro de Carvalho
felipemonteiro.carvalho at gmail.com
Fri Jan 27 11:21:03 CET 2012
Aha! I found the gotcha!
If I write the link like this:
<element name="TRadioGroup.OnSelectionChanged"
link="TCustomRadioGroup.OnSelectionChanged">
<short/>
<descr/>
<seealso/>
</element>
Then it links properly (clicking makes it go to
TCustomRadioGroup.OnSelectionChanged) but it will not copy the short
description to the class overview. But it does that if I link like
this:
<element name="TRadioGroup.OnSelectionChanged"
link="#lcl.ExtCtrls.TCustomRadioGroup.OnSelectionChanged">
<short/>
<descr/>
<seealso/>
</element>
--
Felipe Monteiro de Carvalho
More information about the fpc-pascal
mailing list