If I have a project which has some of its modules in scala (ie java modules, scala modules side by side) - how have people solved combining scaladoc generated HTML with javadoc generated to provide a single view of the documentation for the project?
(this could be using maven, or ant, more a general question).
Any thoughts and experiences appreciated.