yarhrn / new-scaladoc

3 stars 1 forks source link

Create code that generates an index from a model #4

Closed cvogt closed 9 years ago

cvogt commented 9 years ago

An index like http://www.scala-lang.org/api/2.11.5/index.html#index.index-a, where all classes and methods etc are listed. Hopefully a better one, that is structured by type, method, term (aka value or object), etc. This may need some case classes, which aren't prefilled in a model, but computed from a model and can be used by a backend to produce a visual representation of the index.