mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-30 18:06:05 +02:00
10 lines
343 B
Plaintext
10 lines
343 B
Plaintext
This directory contains the files for the projects.
|
|
|
|
You can create HTML documentation using just the command-line by executing the
|
|
following command in this directory:
|
|
|
|
(on 1 line)
|
|
fpdoc --package=fpdocsample --output=doc --format=html --input='-S2 testunit.pp' --descr=testunit.xml
|
|
|
|
Sample command-lines can be found in html.sh and html.bat
|