mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-09 20:43:50 +01:00
fcl: enabled fpdoc
git-svn-id: trunk@34789 -
This commit is contained in:
parent
46e5cbf514
commit
2ce73b9e7f
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -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
|
||||
|
||||
11
packager/registration/docs/lazaruspackageintf.xml
Normal file
11
packager/registration/docs/lazaruspackageintf.xml
Normal 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>
|
||||
@ -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)"/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user