Docs: A missing file for LazUtils. Issue #38386, patch from Andrey Sobol.

git-svn-id: trunk@64421 -
This commit is contained in:
juha 2021-01-25 10:23:31 +00:00
parent d7de049568
commit 9193df8694
3 changed files with 49 additions and 0 deletions

1
.gitattributes vendored
View File

@ -6125,6 +6125,7 @@ docs/xml/lazutils/lazloggerbase.xml svneol=native#text/plain
docs/xml/lazutils/lazloggerdummy.xml svneol=native#text/plain
docs/xml/lazutils/lazloggerprofiling.xml svneol=native#text/plain
docs/xml/lazutils/lazmethodlist.xml svneol=native#text/plain
docs/xml/lazutils/lazpasreadutil.xml svneol=native#text/plain
docs/xml/lazutils/lazstringutils.xml svneol=native#text/plain
docs/xml/lazutils/lazsysutils.xml svneol=native#text/plain
docs/xml/lazutils/laztracer.xml svneol=native#text/plain

View File

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<fpdoc-descriptions>
<package name="lazutils">
<!--
====================================================================
LazPasReadUtil
====================================================================
-->
<module name="LazPasReadUtil">
<short>Helper functions for component serialized Pascal.</short>
<descr><p>Helper functions for component serialized Pascal.</p>
</descr>
<!-- uses unit Visibility: default -->
<element name="Classes">
<short/>
</element>
<!-- procedure Visibility: default -->
<element name="ExecCustomCSP">
<short>Call Instance.DefineProperties with a list of properties.</short>
<descr><p>Call Instance.DefineProperties with a list of properties in
TBinaryObjectWriter format. This function is used by the auto generated
Pascal of TCompWriterPas for custom DefineProperties.</p>
</descr>
<errors>
</errors>
<seealso>
</seealso>
</element>
<!-- argument Visibility: default -->
<element name="ExecCustomCSP.Instance">
<short/>
</element>
<!-- argument Visibility: default -->
<element name="ExecCustomCSP.Data">
<short/>
</element>
</module> <!-- LazPasReadUtil -->
</package>
</fpdoc-descriptions>

View File

@ -46,6 +46,7 @@
<element name="LazLoggerDummy"/>
<element name="LazLoggerProfiling"/>
<element name="LazMethodList"/>
<element name="LazPasReadUtil"/>
<element name="LazUnicode"/>
<element name="LazUTF16"/>
<element name="LazUTF8"/>