ryankennedy / swagger-jaxrs-doclet

Apache License 2.0
87 stars 136 forks source link

Scala support #38

Open ieure opened 11 years ago

ieure commented 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.

Any suggestions on approaches to make this work?

ryankennedy commented 11 years ago

JavaDoc can't process Scala files (AFAICT). I'm not sure if there's a scaladoc equivalent to Doclet to facilitate Scala API documentation.