From 4f63c2cfcb7d0ae9b0827db4ba258541fe7b23ab Mon Sep 17 00:00:00 2001 From: dsiders Date: Sun, 10 Apr 2022 05:57:11 +0100 Subject: [PATCH] Docs: LazUtils/various. Fixes XML tagging with extra or missing space characters. --- docs/xml/lazutils/avglvltree.xml | 2 +- docs/xml/lazutils/laz2_dom.xml | 2 +- docs/xml/lazutils/lazfileutils.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/xml/lazutils/avglvltree.xml b/docs/xml/lazutils/avglvltree.xml index 6aa20f6a09..697663ec12 100644 --- a/docs/xml/lazutils/avglvltree.xml +++ b/docs/xml/lazutils/avglvltree.xml @@ -345,7 +345,7 @@ - TPointerToPointerTreeis an associative array of PointerToPointer Items, or a tree of trees. + TPointerToPointerTree is an associative array of PointerToPointer Items, or a tree of trees.

diff --git a/docs/xml/lazutils/laz2_dom.xml b/docs/xml/lazutils/laz2_dom.xml index e7a23875fd..8c40287e5e 100644 --- a/docs/xml/lazutils/laz2_dom.xml +++ b/docs/xml/lazutils/laz2_dom.xml @@ -7196,7 +7196,7 @@ Enumerated type with methods for getting the attribute node value.

- TAttrDefault 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 Defaultproperty in TDOMAttrDef. + TAttrDefault 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 Default property in TDOMAttrDef.

diff --git a/docs/xml/lazutils/lazfileutils.xml b/docs/xml/lazutils/lazfileutils.xml index cb3acf62bb..c6b6a467ef 100644 --- a/docs/xml/lazutils/lazfileutils.xml +++ b/docs/xml/lazutils/lazfileutils.xml @@ -259,7 +259,7 @@ CaseSensitive indicates if case-sensitivity is used when comparing the parameter values. When set to True, the comparison is limited to characters in the ASCII character set. StrLComp or StrLIComp is called to compare the value in Filename to the values in Exts.

- The return value is True when Filename uses one the file extension in Exts. The return value is Falsewhen Filename is an empty string (''), does not include a '.' character that marks the start of the file extension, or does not use one of the values in Exts. + The return value is True when Filename uses one the file extension in Exts. The return value is False when Filename is an empty string (''), does not include a '.' character that marks the start of the file extension, or does not use one of the values in Exts.