RxFPC:documentation

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7164 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75 2019-10-22 10:31:34 +00:00
parent de6af71768
commit 2dacd2cd59
2 changed files with 11 additions and 5 deletions

View File

@ -50,17 +50,17 @@ fpdoc --package=rxfpc --format=html --index-colcount=4 --hide-protected \
echo
echo Write help files for RxDBGrid_Print
fpdoc --package=rxdbgrid_print --format=html --index-colcount=4 --hide-protected \
--input=../rxdbgridprintgrid.pas --descr=rxdbgridprintgrid.xml
--input="-Fi../ ../rxdbgrid_print/rxdbgridprintgrid.pas" --descr=rxdbgridprintgrid.xml -Fi=/usr/local/share/lazarus/components/rxnew
echo
echo Write help files for rxdbgrid_export_spreadsheet
fpdoc --package=rxdbgrid_export_spreadsheet --format=html --index-colcount=4 --hide-protected \
--input=../rxdbgridexportspreadsheet.pas --descr=rxdbgridexportspreadsheet.xml \
--input=../rxdbgridexportspreadsheet_paramsunit.pas --descr=rxdbgridexportspreadsheet_paramsunit.xml
--input="-Fi../../rxdbgrid_export_spreadsheet/rxdbgridexportspreadsheet.pas" --descr=rxdbgridexportspreadsheet.xml \
--input="-Fi../../rxdbgrid_export_spreadsheet/rxdbgridexportspreadsheet_paramsunit.pas" --descr=rxdbgridexportspreadsheet_paramsunit.xml
echo
echo Write help files for rx_sort_zeos
fpdoc --package=rx_sort_zeos --format=html --index-colcount=4 --hide-protected \
--input=../exsortzeos.pas --descr=exsortzeos.xml \
--input=../rxsortzeos.pas --descr=rxsortzeos.xml
--input=../rx_sort_zeos/exsortzeos.pas --descr=exsortzeos.xml \
--input=../rx_sort_zeos/rxsortzeos.pas --descr=rxsortzeos.xml

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<fpdoc-descriptions><package name="rxtools"><module name="rxstrutils"><element name="RxPrettySizeName"><short>Pretty name for size</short>
</element>
</module>
</package>
</fpdoc-descriptions>