fpc/utils/fpdoc/examples/simple
michael 1895b3ce37 * Fix hints and warnings (parameter not used disabled on purpose)
* PParser uses UTF8, assume that everywhere
* Remove HTM support: allocating the filenames did not work anyway.

git-svn-id: trunk@40925 -
2019-01-20 11:10:50 +00:00
..
html.bat
html.sh
readme.txt
testunit.pp
testunit.xml

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