I’m trying to document my code using JSDOC3, that has a similar syntax to PHPDocumentator / Apigen. But is there a de-facto standard for Javascript inline documentation? I think Google Closure is the most complete (or so it seems), but what is widely adopted by IDEs and what most people expect to the docs to be?
3
There’s nothing which is as big as PHPDoc, but we’re using airbnb, which already has over 2.000 stars and more than 350 forks on github, so it’s used in a lot of projects.