What is nrxdoc ? nrxdoc is a documentation generator for NetRexx like javadoc for Java. The documentation is generated from documentation comments in NetRexx source files and the source file itself. nrxdoc is parsing the source files and analyses the source code. Documentation comments are linked to class, method, or property definitions. nrxdoc creates a class description HTML file including references to the Java Syntax. A package HTML file lists all NetRexx classes found by nrxdoc and a package index file all packages. nrxdoc requires Java JDK 1.1 or higher. The NetRexx source and the class file must be in sync. Only changing of the sequence of the methods will make nrxdoc to fail. |