There was an error while loading. Please reload this page.
1 parent 8a6baa5 commit 171af3eCopy full SHA for 171af3e
1 file changed
ci/scripts/generate_documentation.sh
@@ -62,7 +62,7 @@
62
DOC_PATH="development/code-documentation/$CIRCLE_BRANCH"
63
64
# Generate javadoc this folder must be on .gitignore
65
-javadoc -d $DOC_PATH -sourcepath ./app/src/main/java -subpackages . -bootclasspath $ANDROID_HOME/platforms/android-29/android.jar
+javadoc -d $DOC_PATH -classpath ./app/src/main/java -subpackages .
66
67
# delete the index.html file
68
sudo rm $DOC_PATH/index.html
0 commit comments