Open ieure opened 11 years ago
Not sure what all would need to happen for this, but the config as-is doesn't work for Scala code. The javadoc plugin doesn't see any .java files and bails out.
.java
Any suggestions on approaches to make this work?
JavaDoc can't process Scala files (AFAICT). I'm not sure if there's a scaladoc equivalent to Doclet to facilitate Scala API documentation.
Not sure what all would need to happen for this, but the config as-is doesn't work for Scala code. The javadoc plugin doesn't see any
.java
files and bails out.Any suggestions on approaches to make this work?