fcl: enabled fpdoc

git-svn-id: trunk@34789 -
This commit is contained in:
mattias 2012-01-19 09:39:47 +00:00
parent 46e5cbf514
commit 2ce73b9e7f
3 changed files with 15 additions and 3 deletions

1
.gitattributes vendored
View File

@ -6132,6 +6132,7 @@ 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

View File

@ -0,0 +1,11 @@
<?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>

View File

@ -1,11 +1,10 @@
<?xml version="1.0"?>
<CONFIG>
<Package Version="3">
<Package Version="4">
<Name Value="FCL"/>
<AddToProjectUsesSection Value="False"/>
<Author Value="Lazarus"/>
<CompilerOptions>
<Version Value="10"/>
<Version Value="11"/>
<SearchPaths>
<UnitOutputDirectory Value="../units/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
@ -65,6 +64,7 @@
<UnitName Value="ServiceManager"/>
</Item9>
</Files>
<LazDoc Paths="docs"/>
<Type Value="RunAndDesignTime"/>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>