From: adam Date: Sat, 2 Sep 2006 07:36:01 +0000 (-0400) Subject: build non-public javadoc X-Git-Tag: tag_for_25-Mar~82 X-Git-Url: http://git.megacz.com/?p=sbp.git;a=commitdiff_plain;h=a83123d8bf8b836e6550a60c321e74a2a8d58598 build non-public javadoc darcs-hash:20060902073601-5007d-1750a24fbc717bbd31c2ef98fee018e3bef0d372.gz --- diff --git a/Makefile b/Makefile index 7cfc73d..cbc38a9 100644 --- a/Makefile +++ b/Makefile @@ -102,6 +102,23 @@ javadoc: -noqualifier all \ -d doc/api \ edu.berkeley.sbp + javadoc \ + -linksource \ + -windowtitle "SBP: the Scannerless Boolean Parser" \ + -sourcepath src \ + -header "SBP
v1.0" \ + -public \ + -notree \ + -noindex \ + -nonavbar \ + -noqualifier all \ + -d doc/api \ + edu.berkeley.sbp.meta \ + edu.berkeley.sbp.bind \ + edu.berkeley.sbp.chr \ + edu.berkeley.sbp.misc \ + edu.berkeley.sbp.tib \ + edu.berkeley.sbp.util clean: rm -rf doc/api edu.berkeley.sbp.jar bin edu.berkeley.sbp.tar.gz diff --git a/doc/sbp.html b/doc/sbp.html index 79056c0..b4d5ea6 100644 --- a/doc/sbp.html +++ b/doc/sbp.html @@ -297,6 +297,8 @@ color=orange>should run on any Java 1.1+ JVM. After unpacking the archive, simply type make to compile SBP and run the regression tests. + + \ No newline at end of file