mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 07:39:26 +02:00
added documentation template for registerlcl
git-svn-id: trunk@30280 -
This commit is contained in:
parent
10f142445b
commit
017b86c537
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -3074,6 +3074,7 @@ docs/xml/lcl/postscriptprinter.xml svneol=LF#text/xml eol=lf
|
||||
docs/xml/lcl/postscriptunicode.xml svneol=native#text/plain
|
||||
docs/xml/lcl/printers.xml svneol=LF#text/xml eol=lf
|
||||
docs/xml/lcl/propertystorage.xml svneol=LF#text/xml eol=lf
|
||||
docs/xml/lcl/registerlcl.pas svneol=native#text/plain
|
||||
docs/xml/lcl/rubberband.xml svneol=LF#text/xml eol=lf
|
||||
docs/xml/lcl/shellctrls.xml svneol=native#text/plain
|
||||
docs/xml/lcl/spin.xml svneol=LF#text/xml eol=lf
|
||||
|
30
docs/xml/lcl/registerlcl.pas
Normal file
30
docs/xml/lcl/registerlcl.pas
Normal file
@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<fpdoc-descriptions>
|
||||
<package name="lcl">
|
||||
|
||||
<!--
|
||||
====================================================================
|
||||
RegisterLCL
|
||||
====================================================================
|
||||
-->
|
||||
|
||||
<module name="RegisterLCL">
|
||||
<short></short>
|
||||
<descr>
|
||||
</descr>
|
||||
|
||||
<!-- procedure Visibility: default -->
|
||||
<element name="Register">
|
||||
<short></short>
|
||||
<descr>
|
||||
</descr>
|
||||
<errors>
|
||||
</errors>
|
||||
<seealso>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
</module> <!-- RegisterLCL -->
|
||||
|
||||
</package>
|
||||
</fpdoc-descriptions>
|
Loading…
Reference in New Issue
Block a user