This project is PoC to test if dokka can be used as forntend to generate documentation for Scala 3 based projects using TASTY as a source of information about types etc.
In order to complete this PoC we should have a version that can:
- parse scaladoc format and render it properly (for supported entries, see below)
- render documentation for packages, classes and methods
- render multiple parameters list correctly
- render correctly types however we allow to use text for types that cannot be rednered using Kotlin/Java
- Properly link to classes and methods from signatures and from within scaladocs
Nice to have:
- Render type members
- Add information about methods that comes from extensions to given symbol