It’s usage is quite straightforward: the name of an input file (one or more) must be specified (as for FPDOC), an output file, and the name of a package:
makeskel --package=rtl --input=crt.pp --output=crt.xml |
The input option can be given more than once, as for the fpdoc command:
makeskel --input='-Sn system.pp' --input=crt.pp --output=rtl.xml |
The output of makeskel is a valid, empty description file. It will contain a module tag for each unit specified, and each module will have element tags for each identifier in the unit.
Each element tag will by default contain short, descr, errors and seealso tags, but this can be customised.