1

JSDuck offers user feedback in the generated documentation. Sencha uses this on their code doumentation. It is described in a blog post.

I would like to use that commenting feature for our development team too.

Who knows how to do that?

holgerm
  • 839
  • 1
  • 7
  • 11

2 Answers2

2

JSDuck now has the commenting feature available as a different project... https://github.com/senchalabs/jsduck-comments

Corey
  • 5,133
  • 3
  • 23
  • 24
0

JSduck itself can be used if you want to do something along those lines... https://github.com/senchalabs/jsduck

Alex
  • 5,674
  • 7
  • 42
  • 65