« Return to Thread: [ANN] vscaladoc 1.0

[ANN] vscaladoc 1.0

by David Bernard-3 :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View in Thread

Hi,

I please to announce the release of the vscaladoc 1.0:
A variation of scaladoc : an API generator for project written in Scala. You take a look at the api of vscaladoc it is generated with vscaladoc.
Explore the demo package to see some example of the features.

api : http://scala-tools.org/mvnsites/vscaladoc/scaladocs/index.html
home : http://code.google.com/p/vscaladoc/

Some Features :

     * copy content of overview.html from source directory into the generated overview.html
     * copy content of package.html from source directory into the generated overview.html#xxx.xxxx
     * link to source code (use same syntax highlighter as scala-blogs.org)
     * highlight source code in the comments
     * links between companion object and class/trait
     * filter the list of classes by type : checkbox for classes / object / trait
     * filter the list of classes by first charactere : begin of the name (use the textfield)
     * filter the list of classes by package : select one or several package (Ctrl+click)
     * define as field : val, var, nested object, def (with no Args and a return value)
     * define as methods: every def except def classified as field or constructor
     * merge the inherited fields and methods (hidden by default)

/davidB

 « Return to Thread: [ANN] vscaladoc 1.0