coffeedoc / codo

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

Doesn't recognize methods when their name is quoted #168

Closed lovasoa closed 10 years ago

lovasoa commented 10 years ago

I quote my method names in order to export them through closure compiler. codo doesn't recognize that. Exemple:

class Database
  # Does something with sql
   'exec' : (sql) -> do something