From: Svjatoslav Agejenko Date: Wed, 29 Jan 2020 19:38:34 +0000 (+0200) Subject: Disabled JavaDoc because functionality is still broken in Debian OpenJDK X-Git-Tag: sixth-3d-1.2~14 X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=sixth-3d.git;a=commitdiff_plain;h=9fd4e404b77be4193d14e6cc799b3f42e24d4486 Disabled JavaDoc because functionality is still broken in Debian OpenJDK https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=920020 --- diff --git a/doc/index.html b/doc/index.html index 1adfdd5..61695d4 100644 --- a/doc/index.html +++ b/doc/index.html @@ -2,7 +2,7 @@ Sixth 3D - 3D engine - + @@ -242,9 +242,6 @@ git clone https://www2.svjatoslav.eu/git/sixth-3d.git - -
  • See JavaDoc. -
  • @@ -343,11 +340,6 @@ operating systems.

    3 API documentation

    - -

    Note: due to a lack of time, there is still big room for improvement on documentation. @@ -510,7 +502,7 @@ becomes visible.

    diff --git a/doc/index.org b/doc/index.org index dddde5a..3176521 100644 --- a/doc/index.org +++ b/doc/index.org @@ -33,8 +33,6 @@ - Clone Git repository using command: : git clone https://www2.svjatoslav.eu/git/sixth-3d.git -- See [[https://www3.svjatoslav.eu/projects/sixth-3d/apidocs/][JavaDoc]]. - * Project description + See: [[https://www3.svjatoslav.eu/projects/sixth-3d-demos/][demos of current 3D engine capabilities]] @@ -86,8 +84,6 @@ pixel. operating systems. * API documentation -- See [[https://www3.svjatoslav.eu/projects/sixth-3d/apidocs/][JavaDoc]]. - Note: due to a lack of time, there is still big room for improvement on documentation. diff --git a/pom.xml b/pom.xml index 8bc73e7..e683361 100644 --- a/pom.xml +++ b/pom.xml @@ -61,23 +61,6 @@ - - org.apache.maven.plugins - maven-javadoc-plugin - 3.0.1 - - - attach-javadocs - - jar - - - - - ${java.home}/bin/javadoc - - - org.apache.maven.plugins maven-resources-plugin @@ -138,4 +121,4 @@ HEAD - \ No newline at end of file + diff --git a/tools/update web site b/tools/update web site index f4ff6e0..14853a0 100755 --- a/tools/update web site +++ b/tools/update web site @@ -14,9 +14,8 @@ 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/ +#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/