Added JavaDoc to web site
[sixth-3d.git] / tools / update web site
index c210d82..f4ff6e0 100755 (executable)
@@ -14,6 +14,10 @@ javainspect -j target/sixth-3d-*-SNAPSHOT.jar -d doc/graphs/ -n "raster engine"
 
 meviz index -w doc/graphs/ -t "Sixth 3D classes"
 
+
+rm -rf doc/apidocs/
+cp -r target/apidocs/ doc/
+
 rsync -avz --delete  -e 'ssh -p 10006' doc/ n0@www3.svjatoslav.eu:/mnt/big/projects/sixth-3d/
 
 echo ""