Single documentation for mixed (Scala/Java) project?

前端 未结 3 2157
忘掉有多难
忘掉有多难 2021-01-04 10:35

For a project with modules in Scala and Java (side by side), how to combine scaladoc with javadoc to provide a single view of the documentation for the project?

(th

3条回答
  •  耶瑟儿~
    2021-01-04 11:04

    What's de advantage of having Scaladoc <> Javadoc? There is a huge number of tools for Javadoc and almost anything for Scaladoc. The mainstream IDEs (Eclipse, Netbeans, Idea - real world enterprise development - not academic research) knows nothing about Scaladoc. Seems like being in Siberia: isolated.

提交回复
热议问题