docs: xmlread/write, issue #35342, from Don Siders

git-svn-id: trunk@60897 -
This commit is contained in:
mattias 2019-04-08 14:28:22 +00:00
parent 4a5a1e4634
commit 573956ab0d
2 changed files with 41 additions and 0 deletions

1
.gitattributes vendored
View File

@ -6115,6 +6115,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/lazsysutils.xml svneol=native#text/plain
docs/xml/lazutils/lazunicode.xml svneol=native#text/plain
docs/xml/lazutils/lazutf16.xml svneol=native#text/plain
docs/xml/lazutils/lazutf8.xml svneol=native#text/plain

View File

@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<fpdoc-descriptions>
<package name="lazutils">
<!--
====================================================================
LazSysUtils
====================================================================
-->
<module name="LazSysUtils">
<short></short>
<descr></descr>
<element name="SysUtils"/>
<element name="NowUTC">
<short>Gets the current date and time in UTC (Coordinated Universal Time)</short>
<descr></descr>
<seealso></seealso>
</element>
<element name="NowUTC.Result">
<short>Date/Time value in UTC</short>
</element>
<element name="GetTickCount64" link="#rtl.SysUtils.GetTickCount64">
<short>
Gets the number of Milliseconds elapsed since the computer was started
</short>
<descr></descr>
<seealso></seealso>
</element>
<element name="GetTickCount64.Result">
<short>Number of ticks (Milliseconds)</short>
</element>
</module>
<!-- LazSysUtils -->
</package>
</fpdoc-descriptions>