lab4: add script to automatically generate the java documentation

This commit is contained in:
dymik739 2023-05-20 18:05:26 +03:00
parent ec087856b6
commit 15f6228218
1 changed files with 3 additions and 0 deletions

3
labs/4/generate-docs.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
javadoc -d doc/ *.java