javadoc comments in the Java binding

This commit is contained in:
krasimir
2016-01-14 19:03:13 +00:00
parent 9aeefe6925
commit 5576688410
19 changed files with 186 additions and 12 deletions

View File

@@ -22,6 +22,9 @@ jpgf.jar: $(patsubst %.java, %.class, $(JAVA_SOURCES))
install: libjpgf.la jpgf.jar
libtool --mode=install install -s libjpgf.la $(INSTALL_PATH)
doc:
javadoc org.grammaticalframework.pgf org.grammaticalframework.sg -d java-api
clean:
rm -f *.lo
rm -f *.la