Basically the title. Is there an easy/common way to generate the "pretty" html doc files similar to those found in the SDK samples?
Basically the title. Is there an easy/common way to generate the "pretty" html doc files similar to those found in the SDK samples?
You can use the monkeydoc script that comes with the SDK:
<sdk folder>/bin/monkeydoc -o <output folder> -f <sdk folder>/bin/api.mir <list of *.mc files in project>
Rad! Thank you!