mobxjs / mobx-state-tree

Full-featured reactive state management without the boilerplate
https://mobx-state-tree.js.org/
MIT License
6.99k stars 641 forks source link

JSDoc #1357

Open rdewolff opened 5 years ago

rdewolff commented 5 years ago

Question

Is there any way to generate mobx state tree models in JSDoc generation? Has anyone used this already ? Or is the only solution using something like classy-mst [1] to write MST Classes and actions and get JSDoc to generate proper documentation ?

Thanks for the input if you have any idea/experience with generating doc for MST project 👍

[1] classy-mst repo is accessible here : https://github.com/charto/classy-mst

mweststrate commented 5 years ago

Afaik there is nothing for it.

stoefln commented 3 years ago

This would be really useful. Not sure how I to generate documentation...