forestlake / express-api-doc

auto generated express documentation
8 stars 2 forks source link

Generate JSDocs possibility #3

Open JimVercoelen opened 6 years ago

JimVercoelen commented 6 years ago

Label: question

Is it possible to generate route descriptions to the template?

For example

/**
 * Some route description
 */
router.get('/someroute', (req, res, next) => {
  ...
})