Closed abiee closed 10 years ago
I don't know if is a real issue, but, how I can document my AMD modules? I mean, classes are documented without any issue, but files which are not defining any class, doco does not do anything, for example:
define [ 'modA' ], (ModA) -> 'use strict' # Some documentation here # # @return .... ModA.foobar = -> # ...
Currently there's no way to do that. Unfortunately I'm also quite busy atm to implement this as a feature. Pull requests are welcome.
I don't know if is a real issue, but, how I can document my AMD modules? I mean, classes are documented without any issue, but files which are not defining any class, doco does not do anything, for example: