1
0
forked from GitHub/gf-core

javadoc comments in the Java binding

This commit is contained in:
krasimir
2016-01-14 19:03:13 +00:00
parent a11b52b1b6
commit b77a0d6801
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