lab4: add script to automatically generate the java documentation
This commit is contained in:
3
labs/4/generate-docs.sh
Executable file
3
labs/4/generate-docs.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
javadoc -d doc/ *.java
|
||||
Reference in New Issue
Block a user