mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-03 11:19:55 +01:00
Docs: LazUtils/plist2json. Adds missing unit overview.
This commit is contained in:
parent
83f6726288
commit
2a7a5fbbaa
@ -1,11 +1,20 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<fpdoc-descriptions>
|
<fpdoc-descriptions>
|
||||||
<package name="lazutils">
|
<package name="lazutils">
|
||||||
<!-- plist2json -->
|
<!--
|
||||||
|
========================================================================
|
||||||
|
plist2json
|
||||||
|
========================================================================
|
||||||
|
-->
|
||||||
<module name="plist2json">
|
<module name="plist2json">
|
||||||
<!-- TODO: Needs module overview content. -->
|
<short>
|
||||||
<short/>
|
Contains routines used to convert the content in an XML document to its
|
||||||
<descr/>
|
representation using JSON (JavaScript Object Notation).
|
||||||
|
</short>
|
||||||
|
<descr>
|
||||||
|
Used in the implementation of the TextMate grammar parser in the LazEdit
|
||||||
|
package.
|
||||||
|
</descr>
|
||||||
|
|
||||||
<!-- unresolved references -->
|
<!-- unresolved references -->
|
||||||
<element name="Classes"/>
|
<element name="Classes"/>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user