Writing jsdoc documentation on methods inside a class

后端 未结 2 1767
广开言路
广开言路 2020-12-21 07:43

I am writing some libraries in Google Apps Script and I am trying to document them. I have written some classes in the format below, and the comments of methods inside the c

2条回答
  •  一生所求
    2020-12-21 08:09

    If you are working with TypeScript, we've built a package that aims help on this:

    https://github.com/maelcaldas/clasp-types

    We use it to generate autocomplete for our OO libraries and Client-side API written on Typescript.

提交回复
热议问题