In the bat\BLDJVDOC.BAT and bash\bldjavadoc scripts the generated documentation excludes private methods.
Since the doco is primarily intended for use by z390 developers, including the private methods seems to be useful.
It should suffice to add option -private the command that invokes the javadoc tool.
Include fixes to java code in order for the javadoc tool to be able to run without generating warnings or errors.
In the bat\BLDJVDOC.BAT and bash\bldjavadoc scripts the generated documentation excludes private methods. Since the doco is primarily intended for use by z390 developers, including the private methods seems to be useful. It should suffice to add option -private the command that invokes the javadoc tool.
Include fixes to java code in order for the javadoc tool to be able to run without generating warnings or errors.