Generate docs from source files, not lib.

This commit is contained in:
Christian Williams
2009-11-10 14:28:47 -05:00
parent 0810e4a01c
commit 1982fb51c9
42 changed files with 2742 additions and 5154 deletions

View File

@@ -2,7 +2,7 @@
* @constructor
* @param {jasmine.Env} env
* @param actual
* @param {jasmine.NestedResults} results
* @param {jasmine.Spec} spec
*/
jasmine.Matchers = function(env, actual, spec) {
this.env = env;