z390development / z390

z390 Portable Mainframe Assembler and Emulator Project
GNU General Public License v2.0
39 stars 15 forks source link

Extend generated java doco to include private methods #545

Closed abekornelis closed 3 months ago

abekornelis commented 3 months ago

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.

abekornelis commented 3 months ago

PR#553