RolandJansen / intermix

Typescript/Javascript framework for building sequencer-based audio apps
GNU Lesser General Public License v3.0
6 stars 0 forks source link

Non-redux API documentation #152

Closed RolandJansen closed 3 years ago

RolandJansen commented 3 years ago

There are just redux messages documented on the webpage. Non-redux stuff should be documented, too. This could be easily done with typedoc with markdown output (index.ts).

RolandJansen commented 3 years ago

This is really important but I can't make the cut with this tight release plan. So moved to v0.8.0 (which is only 3 weeks ahead btw.).

RolandJansen commented 3 years ago

Did thsi with tsdoc for index.ts. This is far from optimal because the markdown file has to be manually edited and renamed but it's better than nothing. In the future, Api-Extractor could do the job.