mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 23:23:48 +02:00
codetools: fpdocs
git-svn-id: trunk@22560 -
This commit is contained in:
parent
339fddbd64
commit
43524639c2
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -424,6 +424,7 @@ components/codetools/customcodetool.pas svneol=native#text/pascal
|
||||
components/codetools/definetemplates.pas svneol=native#text/pascal
|
||||
components/codetools/directivestree.pas svneol=native#text/plain
|
||||
components/codetools/directorycacher.pas svneol=native#text/plain
|
||||
components/codetools/docs/codetoolmanager.xml svneol=native#text/plain
|
||||
components/codetools/eventcodetool.pas svneol=native#text/pascal
|
||||
components/codetools/examples/README.txt svneol=native#text/plain
|
||||
components/codetools/examples/addclass.lpi svneol=native#text/plain
|
||||
|
11
components/codetools/docs/codetoolmanager.xml
Normal file
11
components/codetools/docs/codetoolmanager.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0"?>
|
||||
<fpdoc-descriptions>
|
||||
<package name="CodeTools">
|
||||
<module name="CodeToolManager">
|
||||
<element name="TCodeToolManager.GetUnitPathForDirectory">
|
||||
<short>Returns the unit search path of the given directory separated by semicolon</short>
|
||||
<descr>The unit path is created from the define templates variable #UnitPath.</descr>
|
||||
</element>
|
||||
</module>
|
||||
</package>
|
||||
</fpdoc-descriptions>
|
@ -1485,6 +1485,7 @@ begin
|
||||
Installed:=pitStatic;
|
||||
CompilerOptions.UnitOutputDirectory:='';
|
||||
POOutputDirectory:='languages';
|
||||
LazDocPaths:='docs';
|
||||
Translated:=SystemLanguageID1;
|
||||
|
||||
// add requirements
|
||||
|
Loading…
Reference in New Issue
Block a user