There was an error while loading. Please reload this page.
1 parent af6b035 commit 47480f1Copy full SHA for 47480f1
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 -classpath ./app/src/main/java -subpackages .
+javadoc -d $DOC_PATH -sourcepath ./app/src/main/java -subpackages .
66
67
# delete the index.html file
68
sudo rm $DOC_PATH/index.html
0 commit comments