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

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to