mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-04 02:45:56 +02:00
3 lines
112 B
Bash
3 lines
112 B
Bash
#!/bin/sh
|
|
fpdoc --package=fpdocsample --output=doc --format=html --input='-S2 testunit.pp' --descr=testunit.xml
|