Home | History | Annotate | Download | only in client
      1 #!/bin/sh
      2 APPDIR=`dirname $0`;
      3 GWTDIR=`$APPDIR/gwt_dir`;
      4 javadoc -classpath "$APPDIR/src:$GWTDIR/gwt-user.jar" -d doc -public \
      5   -subpackages autotest
      6