yarhrn / new-scaladoc

3 stars 1 forks source link

support type aliases and abstract types #23

Closed cvogt closed 9 years ago

cvogt commented 9 years ago

e.g.

trait Foo{
  type Z // abstract type
  type X = Option[Map[Int, String]] // type alias
}
cvogt commented 9 years ago

back from backlog as requested by @kolowheel