lab4: add script to automatically generate the java documentation

This commit is contained in:
2023-05-20 18:05:26 +03:00
parent ec087856b6
commit 15f6228218
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
javadoc -d doc/ *.java