mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-03 01:59:23 +02:00
Docs: A missing file for LazUtils. Issue #38386, patch from Andrey Sobol.
git-svn-id: trunk@64421 -
This commit is contained in:
parent
d7de049568
commit
9193df8694
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -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
|
||||
|
47
docs/xml/lazutils/lazpasreadutil.xml
Normal file
47
docs/xml/lazutils/lazpasreadutil.xml
Normal 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>
|
@ -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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user