- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
JavaDoc2ScalaDoc tool
Thu, 2011-10-13, 18:37
I have about 5000 scala files and some actually have comments.
Some of the comments are in ScalaDoc format, some are more
than likely in mixed format, but most are in JavaDoc format.
Does there exists a tool that can read each file and transform
the Doc comments, /** ... */, to ScalaDoc2 format?
Thanks.
Richard