coffeedoc / codo

CoffeeScript API documentation generator. It's like YARD but for CoffeeScript!
Other
625 stars 92 forks source link

detect methods from Meteor.methods #262

Open hanselke opened 5 years ago

hanselke commented 5 years ago
Meteor.methods
  sampleMethod: () ->
       return "test"

I want to be able to have sampleMethod show up either in the methods list, or be able to make it show up in the file, under files list.

Have tried adding tags but it doesnt seem to detect it within the object list..