lab4: add script to automatically generate the java documentation
This commit is contained in:
parent
ec087856b6
commit
15f6228218
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
javadoc -d doc/ *.java
|
Loading…
Reference in New Issue