-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
This is an issue to discuss replacing Scaladoc with Tastydoc.
Tastydoc has a similar intermediate reprentation of code as Dottydoc, so the remaining work is to copy over the HTML "backend" from Dottydoc to Tastydoc, and to change the plumbing so that we use Tastydoc to generate dotty.epfl.ch. @BryanAbate any corrections/additions to the above are welcome.
@TheElectronWill If I understand correctly, you'd be interested in contributing the above? If so, this issue would be the place to keep us updated on the status of your work and ask us questions. IIRC, @BryanAbate has offered to help you in understanding Tastydoc internals (thanks Bryan!).
julienrf, TheElectronWill and BryanAbate