Docs: LCL/lresources. Removes extra spaces in topics.

This commit is contained in:
dsiders 2022-06-19 15:21:47 +01:00
parent 846946c51e
commit d49ce2c0c7

View File

@ -49,7 +49,8 @@
<!-- constant Visibility: default -->
<element name="LRSComment">
<short>Text of the "automatically generated..." warning in resource files.
<short>
Text of the "automatically generated..." warning in resource files.
</short>
<descr/>
<seealso/>
@ -283,7 +284,10 @@
<!-- procedure Visibility: private -->
<element name="TLazarusResourceStream.Initialize">
<short>Initializes the resource descriptor.</short>
<descr>The descriptor must already exist.
<descr>
<p>
The descriptor must already exist.
</p>
</descr>
<errors>EResNotFound if the resource does not yet exist.
</errors>
@ -347,9 +351,13 @@
<!-- function Visibility: public -->
<element name="TLazarusResourceStream.Write">
<short>Raises an error on an attempt to write to the stream.</short>
<descr>The stream data must be provided by the implemented constructors and methods.
<descr>
<p>
The stream data must be provided by the implemented constructors and methods.
</p>
</descr>
<errors>EStreamError SCantWriteResourceStreamError.
<errors>
Raises a EStreamError exception with the message in SCantWriteResourceStreamError.
</errors>
<seealso/>
</element>
@ -451,7 +459,8 @@
</element>
<!-- record type Visibility: default -->
<element name="TLRSORStackItem">
<short>Stack item for the <link id="TLRSObjectReader">nested resource reader</link>.
<short>
Stack item for the <link id="TLRSObjectReader">nested resource reader</link>.
</short>
<descr/>
<seealso/>
@ -492,7 +501,10 @@
<!-- object Visibility: default -->
<element name="TLRSObjectReader">
<short>Reader for resource streams.</short>
<descr>Uses an stack for reading nested objects.
<descr>
<p>
Uses an stack for reading nested objects.
</p>
</descr>
<errors/>
<seealso/>
@ -579,7 +591,10 @@
<!-- procedure Visibility: private -->
<element name="TLRSObjectReader.Pop">
<short>Pop an item, or decrement its PushCount.</short>
<descr>Called on EndList (vaNull) encountered
<descr>
<p>
Called on EndList (vaNull) encountered
</p>
</descr>
<errors/>
<seealso/>
@ -648,7 +663,9 @@
</element>
<!-- function Visibility: public -->
<element name="TLRSObjectReader.ReadValue">
<short>Reads the next ValueType. Pops or pushes a stack item if required (for list or collection).</short>
<short>
Reads the next ValueType. Pops or pushes a stack item if required (for list or collection).
</short>
<descr/>
<errors/>
<seealso/>
@ -660,7 +677,8 @@
<element name="TLRSObjectReader.BeginRootComponent">
<short>Reads the filer signature from the input.</short>
<descr/>
<errors>EReadError 'Invalid Filer Signature' on filer signature mismatch.
<errors>
EReadError 'Invalid Filer Signature' on filer signature mismatch.
</errors>
<seealso/>
</element>