mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-13 06:29:25 +02:00
5 lines
358 B
Batchfile
5 lines
358 B
Batchfile
rem Call fpdoc for the given LCL module <%1> . <%2>
|
|
rem PATH=\repos\fpc-2.5.trunk\utils\fpdoc
|
|
rem del /S /Q test
|
|
fpdoc --import=\LazDocs\rtl.xct,../rtl/ --import=\LazDocs\fcl.xct,../fcl/ --import=\LazDocs\lcl.xct,../test/ --package=lcl --output=test --input="..\..\lcl\%1.%2 -Fi..\..\lcl\include" --descr=..\xml\lcl\%1.xml --format=html --css-file=fpdoc.css
|