Fixes identation in lazdeviceapis.xml and fixes the parameters in lclintf.xml Arc and removes some ? notes which I had replaced with full docs in a previous commit (which means I consider that those were solved, not just removed)

git-svn-id: trunk@35351 -
This commit is contained in:
sekelsenmat 2012-02-13 10:31:22 +00:00
parent f1895195e3
commit e33e9d62d9
2 changed files with 510 additions and 468 deletions

File diff suppressed because it is too large Load Diff

View File

@ -75,22 +75,21 @@
<descr/> <descr/>
<seealso/> <seealso/>
</element> </element>
<!-- function Visibility: default --> <!-- function Visibility: default -->
<element name="Arc"> <element name="Arc">
<short>Draws an elliptical curve.</short> <short>Draws an elliptical curve.</short>
<descr> <descr>
<p>Use Arc to draw an elliptically curved line with the current Pen.</p> <p>Use Arc to draw an elliptically curved line with the current Pen.</p>
<p> <p>
The angles angle1 and angle2 are 1/16th of a degree. For example, a full The angles Angle16Deg and Angle16DegLength are measure in 1/16th of a degree. For example, a full
circle equals 5760 (16*360). Positive values of Angle and AngleLength mean circle equals 5760 (16*360). Positive values of Angle16Deg and Angle16DegLength mean
counter-clockwise while negative values mean clockwise direction. counter-clockwise rotation while negative values mean a clockwise direction, from the point of view
of who looks at the screen.
</p> </p>
<p>Zero degrees is at the 3'o clock position (right).</p> <p>Zero degrees is at the 3'o clock position (right).</p>
</descr> </descr>
<errors/> <errors/>
<seealso/> <seealso/>
<notes><note>This description deserves an update!?</note>
</notes>
</element> </element>
<element name="Arc.Result"> <element name="Arc.Result">
<short/> <short/>
@ -141,8 +140,6 @@
<link id="#lcl.Graphics.TCanvas.Chord">Graphics.TCanvas.Chord</link> <link id="#lcl.Graphics.TCanvas.Chord">Graphics.TCanvas.Chord</link>
<link id="#lcl.Graphics.TCanvas.Pie">Graphics.TCanvas.Pie</link> <link id="#lcl.Graphics.TCanvas.Pie">Graphics.TCanvas.Pie</link>
</seealso> </seealso>
<notes><note>?</note>
</notes>
</element> </element>
<element name="AngleChord.Result"> <element name="AngleChord.Result">
<short>False on failure.</short> <short>False on failure.</short>
@ -248,8 +245,6 @@
<seealso> <seealso>
<link id="#lcl.LCLType.SRCCOPY"/> <link id="#lcl.LCLType.SRCCOPY"/>
</seealso> </seealso>
<notes><note>?</note>
</notes>
</element> </element>
<element name="BitBlt.Result"> <element name="BitBlt.Result">
<short>False on failure.</short> <short>False on failure.</short>