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

View File

@ -494,6 +494,44 @@ callback.</p>
</seealso>
</element>
<!-- class Visibility: default -->
<element name="TLazDevice">
<short>Represents the device itself in a general way and hardware elements which don't have a exclusive object to represent them</short>
<descr>
</descr>
<errors>
</errors>
<seealso>
</seealso>
</element>
<!-- function Visibility: public -->
<element name="TLazDevice.Vibrate">
<short>Vibrates the device, if it has hardware support for this.</short>
<descr>Vibrates the device, if it has hardware support for this. The duration of the vibration is given in miliseconds.
</descr>
<seealso>
</seealso>
</element>
<!-- property Visibility: public -->
<element name="TLazDevice.Manufacturer">
<short>A string with the name of the manufacturer of the device</short>
<descr>
</descr>
<seealso>
</seealso>
</element>
<!-- property Visibility: public -->
<element name="TLazDevice.Model">
<short>The model of the device.</short>
<descr>The model of the device. Sometimes the model includes the manufacturer too.
</descr>
<seealso>
</seealso>
</element>
<!-- variable Visibility: default -->
<element name="Accelerometer">
<short>A global object representing the accelerometer of the device</short>
@ -521,6 +559,15 @@ callback.</p>
</seealso>
</element>
<!-- variable Visibility: default -->
<element name="Device">
<short>A global object which represents the device hardware in a general way, except for those elements which already have their own object, like Screen, PositionInfo, Accelerometer, etc.</short>
<descr>
</descr>
<seealso>
</seealso>
</element>
</module> <!-- lazdeviceapis -->
</package>

View File

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