The iip_doc command is used to generate documentation for IIPs. The script can be found in the "bin" directory of your development kit.
It generates documentation for all IIPs located in the "products" directory.
When in a development kit, simply run iip_doc without any parameters.
The output will have altered the doc/iips/iips.html file.
If you want to generate IIP documentation where the file structure is not as in one of KreaTV's development kits, the iip_doc usage is as follows:
iip_doc
--source <source>
--docs <docs>
Parameter | Description |
---|---|
Path to IIPs. Documentation will be generated for all IIPs located in <source> and its subdirectiories. | |
Path to unpacked documentation. The IIP documentation will be put in <docs>/iips |