-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
There's no task generateDebugScaladoc. Is there any other way to generate the documentation?
Edit: I wrote this script as a quick workaround until scaladoc is properly supported:
#!/bin/sh
echo "params=$@"
find "src/main/scala/" -type f -name "*.scala" -exec scaladoc \
-classpath "/home/fableitner/software/android-sdk/platforms/android-23/android.jar" \
-d "build/docs/scaladoc/" \
{} +
Metadata
Metadata
Assignees
Labels
No labels