In Java I often liked to look at UML class diagrams to get an overview of a project.
My bachelor thesis now deals with the implementation of a project in Scala and I want to present an overview of the project-hierarchy. What are appropriate means to such? Are there any tools? As far as I have heard UML seems not to be suited for scala.
Any advice would be appreciated.