[Lazarus] trying to enhance the lcl help file
Felipe Monteiro de Carvalho
felipemonteiro.carvalho at gmail.com
Wed Jul 20 22:08:11 CEST 2011
Something else strange about the docs. When building the LCL docs one
gets a lot of these:
Warning: Target ID of <link> is unknown: "#LCL.Graphics.TCanvas.LineTo"
Then I did a search in files and there is only one occurence of this:
<element name="TCanvas.DoLineTo">
<short>
<var>DoLineTo</var> calls
<var>LineTo</var>
</short>
<descr/>
<errors/>
<seealso>
<link
id="#fcl.FPCanvas.TFPCustomCanvas.DoLineTo">TFPCustomCanvas.DoLineTo</link>
<link id="#LCL.Graphics.TCanvas.LineTo">TCanvas.LineTo</link>
</seealso>
</element>
I tryed to change it to:
lcl.graphics.TCanvas.LineTo
or
TCanvas.LineTo
but nothing helps. And TCanvas.LineTo is defined in the same file and
above this!
--
Felipe Monteiro de Carvalho
More information about the Lazarus
mailing list