isCOBOL Evolve : SDK User's Guide : Utilities : COBFILEIO : API Reference in Javadoc Format
API Reference in Javadoc Format
Use the following steps to create Javadocs for the file and record class generated by COBFILEIO:
1. Compile the COBOL source code for the record and file classes with the -jj and -jc command line options. For example,
iscc -jj -jc CustRec.cbl
iscc -jj -jc CustFile.cbl
2. Run the javadoc utility. For example,
javadoc -d htmlDir *.java
3. Double-click on the resulting index.html or open it with your favorite web browser
See the Javadoc Tool Home Page at https://www.oracle.com/java/technologies/javase/javadoc-tool.html for more information about the Javadoc Tool.