Docs: LazUtils/various. Fixes XML tagging with extra or missing space characters.

This commit is contained in:
dsiders 2022-04-10 05:57:11 +01:00
parent ac840480e1
commit 4f63c2cfcb
3 changed files with 3 additions and 3 deletions

View File

@ -345,7 +345,7 @@
<element name="TPointerToPointerTree">
<short>
<var>TPointerToPointerTree</var>is an associative array of PointerToPointer Items, or a tree of trees.
<var>TPointerToPointerTree</var> is an associative array of PointerToPointer Items, or a tree of trees.
</short>
<descr>
<p>

View File

@ -7196,7 +7196,7 @@
<short>Enumerated type with methods for getting the attribute node value.</short>
<descr>
<p>
<var>TAttrDefault</var> is an enumerated type with values which indicates how the value for a default attribute node was specified. TAttrDefault is the type used to implement the <var>Default</var>property in <var>TDOMAttrDef</var>.
<var>TAttrDefault</var> is an enumerated type with values which indicates how the value for a default attribute node was specified. TAttrDefault is the type used to implement the <var>Default</var> property in <var>TDOMAttrDef</var>.
</p>
</descr>
<seealso>

View File

@ -259,7 +259,7 @@
<var>CaseSensitive</var> indicates if case-sensitivity is used when comparing the parameter values. When set to <b>True</b>, the comparison is limited to characters in the ASCII character set. <var>StrLComp</var> or <var>StrLIComp</var> is called to compare the value in Filename to the values in Exts.
</p>
<p>
The return value is <b>True</b> when Filename uses one the file extension in Exts. The return value is <b>False</b>when Filename is an empty string (<b>''</b>), does not include a '<b>.</b>' character that marks the start of the file extension, or does not use one of the values in Exts.
The return value is <b>True</b> when Filename uses one the file extension in Exts. The return value is <b>False</b> when Filename is an empty string (<b>''</b>), does not include a '<b>.</b>' character that marks the start of the file extension, or does not use one of the values in Exts.
</p>
</descr>
<seealso>