mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 03:19:32 +02:00
Docs: LazUtils/various. Fixes XML tagging with extra or missing space characters.
This commit is contained in:
parent
ac840480e1
commit
4f63c2cfcb
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user