Hi,
We don't use code documentation tools anymore since ES6. The issue was/is that none of the existing documentation tools used Babel to parse the code. The result was strange. Babel generated working code while esdoc for example failed and didn't produce anything - we never checked it again. Our workaround was to do code reviews instead. Now we talk about the code and refactor it together. We also have no de-sync issues (between code and generated documentation) anymore. And our workaround became the standard.