Appendix A DocumentIt Options
© National Instruments Corporation A-5 DocumentIt User Guide
Example A-2 Example Options File Called myopt.opt
// Sample options file //
-t c386_c860_mb2.tpl
-o myoutput2
To use this file, invoke DocumentIt as follows:
autostar -doc -opt myopt.opt model.rtf
This invokes DocumentIt with the myopt.opt options file.
If you have both of the above option files in your directory, as shown in
ExamplesA-1 and A-2, invoking autostar without the -opt option puts the
generated documentation into the myoutput file. The autostar.opt
options file is used. Invoking autostar with the -opt myopt.opt option as
shown in the previous command puts the generated documentation into the
myoutput2 file, as specified in the myopt.opt file.