--- Makefile.orig 2025-12-11 16:03:19 UTC +++ Makefile @@ -55,7 +55,7 @@ apidoc: # Create the API Documentation # apidoc: - $(JDK)/bin/javadoc -public -classpath src/java/ -quiet -d "doc/us/API" $(DOC_CLASSES) + $(JDK)/bin/javadoc -Xdoclint:none -public -classpath src/java/ -quiet -d "doc/us/API" $(DOC_CLASSES) # # Build .c files.