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:
mattias 2012-01-19 23:04:22 +00:00
parent dec98d2354
commit 191c64eb4d
2 changed files with 0 additions and 12 deletions

1
.gitattributes vendored
View File

@ -6132,7 +6132,6 @@ packager/pkgvirtualuniteditor.lfm svneol=native#text/plain
packager/pkgvirtualuniteditor.pas svneol=native#text/pascal packager/pkgvirtualuniteditor.pas svneol=native#text/pascal
packager/registration/Makefile.compiled svneol=native#text/plain packager/registration/Makefile.compiled svneol=native#text/plain
packager/registration/README.txt 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/fcl.lpk svneol=native#text/plain
packager/registration/fcllaz.pas svneol=native#text/plain packager/registration/fcllaz.pas svneol=native#text/plain
packager/registration/lazaruspackageintf.pas svneol=native#text/pascal packager/registration/lazaruspackageintf.pas svneol=native#text/pascal

View File

@ -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>