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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to