mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 04:37:15 +01:00
fcl: removed lazaruspackageintf.xml: it is better documented in context with the whole package system, like on the wiki
git-svn-id: trunk@34809 -
This commit is contained in:
parent
dec98d2354
commit
191c64eb4d
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -6132,7 +6132,6 @@ packager/pkgvirtualuniteditor.lfm svneol=native#text/plain
|
||||
packager/pkgvirtualuniteditor.pas svneol=native#text/pascal
|
||||
packager/registration/Makefile.compiled svneol=native#text/plain
|
||||
packager/registration/README.txt svneol=native#text/plain
|
||||
packager/registration/docs/lazaruspackageintf.xml svneol=native#text/plain
|
||||
packager/registration/fcl.lpk svneol=native#text/plain
|
||||
packager/registration/fcllaz.pas svneol=native#text/plain
|
||||
packager/registration/lazaruspackageintf.pas svneol=native#text/pascal
|
||||
|
||||
@ -1,11 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<fpdoc-descriptions>
|
||||
<package name="FCL">
|
||||
<module name="LazarusPackageIntf">
|
||||
<element name="RegisterUnit">
|
||||
<descr>The IDE needs this information at designtime. Called after RegisterPackage for every unit with a register procedure. The IDE automatically creates these calls. You will only call this function if a unit should be registered in a different package or if a unit is only registered on some platforms. Although the unit is registered via RegisterUnit in the initialization section, the RegisterProc is called after the IDE has started and setup its package system.</descr>
|
||||
<short>Registers an unit in the currently registering package.</short>
|
||||
</element>
|
||||
</module>
|
||||
</package>
|
||||
</fpdoc-descriptions>
|
||||
Loading…
Reference in New Issue
Block a user