yarhrn / new-scaladoc

3 stars 1 forks source link

support nested / path dependent type #31

Closed cvogt closed 9 years ago

cvogt commented 9 years ago
class A{ class B }
val a1 = new A
val a2 = new A
val b: A#B = new a2.B (edited)
class A{ class B; def b: B }
cvogt commented 9 years ago

in particular output in latex and linking

cvogt commented 9 years ago

at least start on this for July 23