问题
Is there any stand-alone tools (not Eclipse or Idea plugins) for generating class diagram from Scala source files?
回答1:
try Acceleo see an example of using it with scala here
回答2:
I had exactly this problem and couldn't find anything that would quickly draw a hierarchy from some Scala source code so I ended up creating something to do it. I've put it on GitHub in case it's useful to anyone else:
https://github.com/mikeyhu/scaladiagrams
来源:https://stackoverflow.com/questions/7227952/generating-uml-diagram-from-scala-sources