Comparing version 0.0.14 to 0.0.15
@@ -11,3 +11,3 @@ { | ||
], | ||
"version" : "0.0.14", | ||
"version" : "0.0.15", | ||
"engines" : { | ||
@@ -21,3 +21,4 @@ "node" : ">=0.10.0" | ||
"dependencies" : { | ||
"coffee-script" : ">= 1.6.0", | ||
"coffee-script" : ">= 1.6.2", | ||
"source-map" : "0.1.29", | ||
"walkdir" : ">= 0.0.2", | ||
@@ -31,3 +32,4 @@ "optimist" : "~0.3.5", | ||
"connect" : ">= 0.1.0", | ||
"async": ">= 0.1.22" | ||
"async": ">= 0.1.22", | ||
"git-utils": ">= 0.24.0" | ||
}, | ||
@@ -34,0 +36,0 @@ "devDependencies" : { |
@@ -14,2 +14,5 @@ [ | ||
}, | ||
"location": { | ||
"line": 27 | ||
}, | ||
"methods": [], | ||
@@ -16,0 +19,0 @@ "variables": [], |
@@ -7,3 +7,3 @@ [ | ||
"Class.getType('cat')\nnew Class()", | ||
"# Alternatively, this is possible\ncl = Class.for(obj)\ncl.execute()\n" | ||
"# Alternatively, this is possible\ncl = Class.for(obj)\ncl.execute() " | ||
], | ||
@@ -19,2 +19,5 @@ "comment": "<p>This is a test class with <code>inline.dot</code>. Beware.</p>", | ||
}, | ||
"location": { | ||
"line": 11 | ||
}, | ||
"methods": [], | ||
@@ -21,0 +24,0 @@ "variables": [], |
@@ -7,3 +7,4 @@ [ | ||
"summary": "", | ||
"status": "Public" | ||
"status": "Public", | ||
"generated": true | ||
}, | ||
@@ -16,2 +17,5 @@ "class": { | ||
}, | ||
"location": { | ||
"line": 1 | ||
}, | ||
"methods": [], | ||
@@ -18,0 +22,0 @@ "variables": [], |
@@ -5,5 +5,6 @@ [ | ||
"doc": { | ||
"comment": "", | ||
"summary": "", | ||
"status": "Public" | ||
"comment": "", | ||
"summary": "", | ||
"status": "Public", | ||
"generated": true | ||
}, | ||
@@ -15,2 +16,5 @@ "class": { | ||
}, | ||
"location": { | ||
"line": 1 | ||
}, | ||
"methods": [ | ||
@@ -22,3 +26,6 @@ { | ||
"bound": false, | ||
"parameters": [] | ||
"parameters": [], | ||
"location": { | ||
"line": 2 | ||
} | ||
} | ||
@@ -29,2 +36,2 @@ ], | ||
} | ||
] | ||
] |
@@ -14,2 +14,5 @@ [ | ||
}, | ||
"location": { | ||
"line": 2 | ||
}, | ||
"methods": [], | ||
@@ -16,0 +19,0 @@ "variables": [], |
@@ -7,3 +7,4 @@ [ | ||
"summary": "", | ||
"status": "Public" | ||
"status": "Public", | ||
"generated": true | ||
}, | ||
@@ -16,2 +17,5 @@ "class": { | ||
}, | ||
"location": { | ||
"line": 1 | ||
}, | ||
"methods": [], | ||
@@ -29,2 +33,5 @@ "variables": [], | ||
}, | ||
"location": { | ||
"line": 2 | ||
}, | ||
"methods": [ | ||
@@ -36,3 +43,6 @@ { | ||
"bound": false, | ||
"parameters": [] | ||
"parameters": [], | ||
"location": { | ||
"line": 3 | ||
} | ||
} | ||
@@ -39,0 +49,0 @@ ], |
@@ -7,3 +7,4 @@ [ | ||
"summary": "", | ||
"status": "Public" | ||
"status": "Public", | ||
"generated": true | ||
}, | ||
@@ -15,2 +16,5 @@ "class": { | ||
}, | ||
"location": { | ||
"line": 1 | ||
}, | ||
"methods": [], | ||
@@ -17,0 +21,0 @@ "variables": [], |
@@ -7,3 +7,4 @@ [ | ||
"summary": "", | ||
"status": "Public" | ||
"status": "Public", | ||
"generated": true | ||
}, | ||
@@ -15,2 +16,5 @@ "class": { | ||
}, | ||
"location": { | ||
"line": 1 | ||
}, | ||
"methods": [], | ||
@@ -17,0 +21,0 @@ "variables": [], |
[ | ||
{ | ||
"file": "non_class_file.coffee", | ||
"path": "spec/templates/files", | ||
"methods": [ | ||
{ | ||
"file": "non_class_file.coffee", | ||
"path": "spec/templates/files", | ||
"methods": [ | ||
{ | ||
"doc": { | ||
"comment": "<p>Says hello to a person</p>", | ||
"summary": "Says hello to a person", | ||
"status": "Public", | ||
"params": [ | ||
{ | ||
"doc": { | ||
"comment": "<p>Says hello to a person</p>", | ||
"summary": "Says hello to a person", | ||
"status": "Public", | ||
"params": [ | ||
{ | ||
"name": "name", | ||
"desc": "The name of the person", | ||
"type": "" | ||
} | ||
] | ||
}, | ||
"type": "file", | ||
"signature": "? <strong>hello</strong>(name)", | ||
"name": "hello", | ||
"bound": false, | ||
"parameters": [ | ||
{ | ||
"name": "name", | ||
"splat": false | ||
} | ||
] | ||
}, | ||
"name": "name", | ||
"desc": "The name of the person", | ||
"type": "" | ||
} | ||
] | ||
}, | ||
"type": "file", | ||
"signature": "? <strong>hello</strong>(name)", | ||
"name": "hello", | ||
"bound": false, | ||
"parameters": [ | ||
{ | ||
"name": "name", | ||
"splat": false | ||
} | ||
], | ||
"location": { | ||
"line": 8 | ||
} | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>Says bye to a person</p>", | ||
"summary": "Says bye to a person", | ||
"status": "Public", | ||
"params": [ | ||
{ | ||
"doc": { | ||
"comment": "<p>Says bye to a person</p>", | ||
"summary": "Says bye to a person", | ||
"status": "Public", | ||
"params": [ | ||
{ | ||
"name": "name", | ||
"desc": "The name of the person", | ||
"type": "" | ||
} | ||
] | ||
}, | ||
"type": "file", | ||
"signature": "? <strong>bye</strong>(name)", | ||
"name": "bye", | ||
"bound": false, | ||
"parameters": [ | ||
{ | ||
"name": "name", | ||
"splat": false | ||
} | ||
] | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>Say hi to a person</p>", | ||
"summary": "Say hi to a person", | ||
"status": "Public", | ||
"params": [ | ||
{ | ||
"name": "name", | ||
"desc": "The name of the person", | ||
"type": "" | ||
} | ||
] | ||
}, | ||
"type": "class", | ||
"signature": "@<strong>sayHi</strong>(hi)", | ||
"name": "sayHi", | ||
"bound": false, | ||
"parameters": [ | ||
{ | ||
"name": "hi", | ||
"splat": false | ||
} | ||
] | ||
"name": "name", | ||
"desc": "The name of the person", | ||
"type": "" | ||
} | ||
] | ||
}, | ||
"type": "file", | ||
"signature": "? <strong>bye</strong>(name)", | ||
"name": "bye", | ||
"bound": false, | ||
"parameters": [ | ||
{ | ||
"name": "name", | ||
"splat": false | ||
} | ||
], | ||
"variables": [ | ||
"location": { | ||
"line": 15 | ||
} | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>Say hi to a person</p>", | ||
"summary": "Say hi to a person", | ||
"status": "Public", | ||
"params": [ | ||
{ | ||
"doc": { | ||
"comment": "<p>The greeting</p>", | ||
"summary": "The greeting", | ||
"status": "Public" | ||
}, | ||
"type": "class", | ||
"constant": true, | ||
"name": "GREETING", | ||
"value": "'Hay'" | ||
"name": "name", | ||
"desc": "The name of the person", | ||
"type": "" | ||
} | ||
] | ||
} | ||
] | ||
] | ||
}, | ||
"type": "class", | ||
"signature": "@<strong>sayHi</strong>(hi)", | ||
"name": "sayHi", | ||
"bound": false, | ||
"parameters": [ | ||
{ | ||
"name": "hi", | ||
"splat": false | ||
} | ||
], | ||
"location": { | ||
"line": 22 | ||
} | ||
} | ||
], | ||
"variables": [ | ||
{ | ||
"doc": { | ||
"comment": "<p>The greeting</p>", | ||
"summary": "The greeting", | ||
"status": "Public" | ||
}, | ||
"type": "class", | ||
"constant": true, | ||
"name": "GREETING", | ||
"value": "'Hay'" | ||
} | ||
] | ||
} | ||
] |
@@ -7,3 +7,4 @@ [ | ||
"summary": "", | ||
"status": "Public" | ||
"status": "Public", | ||
"generated": true | ||
}, | ||
@@ -15,2 +16,5 @@ "class": { | ||
}, | ||
"location": { | ||
"line": 1 | ||
}, | ||
"methods": [ | ||
@@ -27,3 +31,6 @@ { | ||
} | ||
] | ||
], | ||
"location": { | ||
"line": 2 | ||
} | ||
} | ||
@@ -30,0 +37,0 @@ ], |
@@ -5,5 +5,6 @@ [ | ||
"doc": { | ||
"comment": "", | ||
"summary": "", | ||
"status": "Public" | ||
"comment": "", | ||
"summary": "", | ||
"status": "Public", | ||
"generated": true | ||
}, | ||
@@ -15,2 +16,5 @@ "class": { | ||
}, | ||
"location": { | ||
"line": 1 | ||
}, | ||
"methods": [ | ||
@@ -21,3 +25,4 @@ { | ||
"summary": "", | ||
"status": "Public" | ||
"status": "Public", | ||
"generated": true | ||
}, | ||
@@ -28,3 +33,6 @@ "type": "class", | ||
"bound": false, | ||
"parameters": [] | ||
"parameters": [], | ||
"location": { | ||
"line": 3 | ||
} | ||
}, | ||
@@ -35,3 +43,4 @@ { | ||
"summary": "", | ||
"status": "Public" | ||
"status": "Public", | ||
"generated": true | ||
}, | ||
@@ -51,3 +60,6 @@ "type": "class", | ||
} | ||
] | ||
], | ||
"location": { | ||
"line": 5 | ||
} | ||
}, | ||
@@ -58,6 +70,7 @@ { | ||
"summary": "", | ||
"status": "Public" | ||
"status": "Public", | ||
"generated": true | ||
}, | ||
"type": "class", | ||
"signature": "@<strong>withDefault</strong>(a = 2, c, d = 'hi', d, e = { a: 2 }, f = new TestClassMethods())", | ||
"signature": "@<strong>withDefault</strong>(a = 2, c, d = 'hi', e = { a: 2 }, f = new TestClassMethods())", | ||
"name": "withDefault", | ||
@@ -81,6 +94,2 @@ "bound": false, | ||
{ | ||
"name": "d", | ||
"splat": false | ||
}, | ||
{ | ||
"name": "e", | ||
@@ -95,3 +104,6 @@ "default": "{\n a: 2\n}", | ||
} | ||
] | ||
], | ||
"location": { | ||
"line": 7 | ||
} | ||
}, | ||
@@ -102,3 +114,4 @@ { | ||
"summary": "", | ||
"status": "Public" | ||
"status": "Public", | ||
"generated": true | ||
}, | ||
@@ -118,3 +131,6 @@ "type": "class", | ||
} | ||
] | ||
], | ||
"location": { | ||
"line": 9 | ||
} | ||
}, | ||
@@ -125,3 +141,4 @@ { | ||
"summary": "", | ||
"status": "Public" | ||
"status": "Public", | ||
"generated": true | ||
}, | ||
@@ -141,3 +158,6 @@ "type": "class", | ||
} | ||
] | ||
], | ||
"location": { | ||
"line": 11 | ||
} | ||
} | ||
@@ -148,2 +168,2 @@ ], | ||
} | ||
] | ||
] |
[ | ||
{ | ||
"file": "spec/templates/methods/curly_method_documentation.coffee", | ||
{ | ||
"file": "spec/templates/methods/curly_method_documentation.coffee", | ||
"doc": { | ||
"comment": "", | ||
"summary": "", | ||
"status": "Public", | ||
"generated": true | ||
}, | ||
"class": { | ||
"className": "App.CurlyMethodDocumentation", | ||
"name": "CurlyMethodDocumentation", | ||
"namespace": "App", | ||
"parent": "App.Doc" | ||
}, | ||
"location": { | ||
"line": 1 | ||
}, | ||
"methods": [ | ||
{ | ||
"doc": { | ||
"comment": "", | ||
"summary": "", | ||
"status": "Public" | ||
"comment": "<p>Should be overloaded to change fetch limit.</p>", | ||
"summary": "Should be overloaded to change fetch limit.", | ||
"status": "Public", | ||
"returnValue": [ | ||
{ | ||
"type": "Number", | ||
"desc": "Returns the {Number} of items per fetch" | ||
} | ||
] | ||
}, | ||
"class": { | ||
"className": "App.CurlyMethodDocumentation", | ||
"name": "CurlyMethodDocumentation", | ||
"namespace": "App", | ||
"parent": "App.Doc" | ||
}, | ||
"methods": [ | ||
"type": "instance", | ||
"signature": "Number .<strong>fetchLimit</strong>()", | ||
"name": "fetchLimit", | ||
"bound": false, | ||
"parameters": [], | ||
"location": { | ||
"line": 7 | ||
} | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>Do it!</p><p>See {#undo} for more information.</p>", | ||
"summary": "Do it! See {#undo} for more information.", | ||
"status": "Private", | ||
"params": [ | ||
{ | ||
"doc": { | ||
"comment": "<p>Should be overloaded to change fetch limit.</p>", | ||
"summary": "Should be overloaded to change fetch limit.", | ||
"status": "Public", | ||
"returnValue": [ | ||
{ | ||
"type": "Number", | ||
"desc": "Returns the {Number} of items per fetch" | ||
} | ||
] | ||
}, | ||
"type": "instance", | ||
"signature": "Number .<strong>fetchLimit</strong>()", | ||
"name": "fetchLimit", | ||
"bound": false, | ||
"parameters": [] | ||
"name": "it", | ||
"desc": "The {String} thing to do", | ||
"type": "String" | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>Do it!</p><p>See {#undo} for more information.</p>", | ||
"summary": "Do it! See {#undo} for more information.", | ||
"status": "Private", | ||
"params": [ | ||
{ | ||
"name": "it", | ||
"desc": "The {String} thing to do", | ||
"type": "String" | ||
}, | ||
{ | ||
"name": "again", | ||
"desc": "A {Boolean} for do it again", | ||
"type": "Boolean" | ||
}, | ||
{ | ||
"name": "options", | ||
"desc": "The do options", | ||
"type": "", | ||
"options": [ | ||
{ | ||
"name": "speed", | ||
"desc": "The {String} speed", | ||
"type": "String" | ||
}, | ||
{ | ||
"name": "repeat", | ||
"desc": "How many {Number} times to repeat", | ||
"type": "Number" | ||
}, | ||
{ | ||
"name": "tasks", | ||
"desc": "The {[Tasks]} tasks to do", | ||
"type": "[Tasks]" | ||
} | ||
] | ||
} | ||
], | ||
"returnValue": [ | ||
{ | ||
"type": "Boolean", | ||
"desc": "Returns {Boolean} when successfully executed" | ||
} | ||
] | ||
}, | ||
"type": "instance", | ||
"signature": "Boolean .<strong>do</strong>(it, again, options)", | ||
"name": "do", | ||
"bound": false, | ||
"parameters": [ | ||
{ | ||
"name": "it", | ||
"splat": false | ||
}, | ||
{ | ||
"name": "again", | ||
"splat": false | ||
}, | ||
{ | ||
"name": "options", | ||
"splat": false | ||
} | ||
] | ||
"name": "again", | ||
"desc": "A {Boolean} for do it again", | ||
"type": "Boolean" | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>Do it without spaces!</p><p>See {@lets_do_it} for more information.</p>", | ||
"summary": "Do it without spaces! See {@lets_do_it} for more information.", | ||
"status": "Private", | ||
"returnValue": [ | ||
{ | ||
"type": "Boolean", | ||
"desc": "Returns {Boolean} when successfully executed" | ||
} | ||
] | ||
"name": "options", | ||
"desc": "The do options", | ||
"type": "", | ||
"options": [ | ||
{ | ||
"name": "speed", | ||
"desc": "The {String} speed", | ||
"type": "String" | ||
}, | ||
"type": "instance", | ||
"signature": "Boolean .<strong>doWithoutSpace</strong>(it, again, options)", | ||
"name": "doWithoutSpace", | ||
"bound": false, | ||
"parameters": [ | ||
{ | ||
"name": "it", | ||
"splat": false | ||
}, | ||
{ | ||
"name": "again", | ||
"splat": false | ||
}, | ||
{ | ||
"name": "options", | ||
"splat": false | ||
} | ||
] | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>Do it!</p><p>See {.do} for more information.</p>", | ||
"summary": "Do it! See {.do} for more information.", | ||
"status": "Private" | ||
{ | ||
"name": "repeat", | ||
"desc": "How many {Number} times to repeat", | ||
"type": "Number" | ||
}, | ||
"type": "class", | ||
"signature": "@<strong>lets_do_it</strong>(it, options)", | ||
"name": "lets_do_it", | ||
"bound": false, | ||
"parameters": [ | ||
{ | ||
"name": "it", | ||
"splat": false | ||
}, | ||
{ | ||
"name": "options", | ||
"splat": false | ||
} | ||
] | ||
{ | ||
"name": "tasks", | ||
"desc": "The {[Tasks]} tasks to do", | ||
"type": "[Tasks]" | ||
} | ||
] | ||
} | ||
], | ||
"returnValue": [ | ||
{ | ||
"type": "Boolean", | ||
"desc": "Returns {Boolean} when successfully executed" | ||
} | ||
] | ||
}, | ||
"type": "instance", | ||
"signature": "Boolean .<strong>do</strong>(it, again, options)", | ||
"name": "do", | ||
"bound": false, | ||
"parameters": [ | ||
{ | ||
"name": "it", | ||
"splat": false | ||
}, | ||
{ | ||
"name": "again", | ||
"splat": false | ||
}, | ||
{ | ||
"name": "options", | ||
"splat": false | ||
} | ||
], | ||
"variables": [], | ||
"properties": [] | ||
} | ||
"location": { | ||
"line": 22 | ||
} | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>Do it without spaces!</p><p>See {@lets_do_it} for more information.</p>", | ||
"summary": "Do it without spaces! See {@lets_do_it} for more information.", | ||
"status": "Private", | ||
"returnValue": [ | ||
{ | ||
"type": "Boolean", | ||
"desc": "Returns {Boolean} when successfully executed" | ||
} | ||
] | ||
}, | ||
"type": "instance", | ||
"signature": "Boolean .<strong>doWithoutSpace</strong>(it, again, options)", | ||
"name": "doWithoutSpace", | ||
"bound": false, | ||
"parameters": [ | ||
{ | ||
"name": "it", | ||
"splat": false | ||
}, | ||
{ | ||
"name": "again", | ||
"splat": false | ||
}, | ||
{ | ||
"name": "options", | ||
"splat": false | ||
} | ||
], | ||
"location": { | ||
"line": 30 | ||
} | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>Do it!</p><p>See {.do} for more information.</p>", | ||
"summary": "Do it! See {.do} for more information.", | ||
"status": "Private" | ||
}, | ||
"type": "class", | ||
"signature": "@<strong>lets_do_it</strong>(it, options)", | ||
"name": "lets_do_it", | ||
"bound": false, | ||
"parameters": [ | ||
{ | ||
"name": "it", | ||
"splat": false | ||
}, | ||
{ | ||
"name": "options", | ||
"splat": false | ||
} | ||
], | ||
"location": { | ||
"line": 36 | ||
} | ||
} | ||
], | ||
"variables": [], | ||
"properties": [] | ||
} | ||
] |
[ | ||
{ | ||
"file": "spec/templates/methods/hash_parameters.coffee", | ||
{ | ||
"file": "spec/templates/methods/hash_parameters.coffee", | ||
"doc": { | ||
"comment": "", | ||
"summary": "", | ||
"status": "Public", | ||
"generated": true | ||
}, | ||
"class": { | ||
"className": "TestInstanceMethods", | ||
"name": "TestInstanceMethods", | ||
"namespace": "" | ||
}, | ||
"location": { | ||
"line": 1 | ||
}, | ||
"methods": [ | ||
{ | ||
"doc": { | ||
"comment": "", | ||
"summary": "", | ||
"status": "Public" | ||
}, | ||
"class": { | ||
"className": "TestInstanceMethods", | ||
"name": "TestInstanceMethods", | ||
"namespace": "" | ||
}, | ||
"methods": [ | ||
"comment": "<p>Does something.</p>", | ||
"summary": "Does something.", | ||
"status": "Public", | ||
"params": [ | ||
{ | ||
"doc": { | ||
"comment": "<p>Does something.</p>", | ||
"summary": "Does something.", | ||
"status": "Public", | ||
"params": [ | ||
{ | ||
"name": "obj", | ||
"desc": "An object with the following defaults:", | ||
"type": "", | ||
"options": [ | ||
{ | ||
"name": "aaa", | ||
"desc": "Does some stuff", | ||
"type": "" | ||
}, | ||
{ | ||
"name": "bbb", | ||
"desc": "Does some {Integer} stuff", | ||
"type": "Integer" | ||
}, | ||
{ | ||
"name": "ccc", | ||
"desc": "Other stuff", | ||
"type": "" | ||
} | ||
] | ||
} | ||
] | ||
"name": "obj", | ||
"desc": "An object with the following defaults:", | ||
"type": "", | ||
"options": [ | ||
{ | ||
"name": "aaa", | ||
"desc": "Does some stuff", | ||
"type": "" | ||
}, | ||
"type": "instance", | ||
"signature": ".<strong>someMethod</strong>(obj = {})", | ||
"name": "someMethod", | ||
"bound": false, | ||
"parameters": [ | ||
{ | ||
"name": "obj", | ||
"default": "{}", | ||
"splat": false | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "bbb", | ||
"desc": "Does some {Integer} stuff", | ||
"type": "Integer" | ||
}, | ||
{ | ||
"name": "ccc", | ||
"desc": "Other stuff", | ||
"type": "" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"type": "instance", | ||
"signature": ".<strong>someMethod</strong>(obj = {})", | ||
"name": "someMethod", | ||
"bound": false, | ||
"parameters": [ | ||
{ | ||
"name": "obj", | ||
"default": "{}", | ||
"splat": false | ||
} | ||
], | ||
"location": { | ||
"line": 9 | ||
} | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>Does something else.</p>", | ||
"summary": "Does something else.", | ||
"status": "Public", | ||
"params": [ | ||
{ | ||
"doc": { | ||
"comment": "<p>Does something else.</p>", | ||
"summary": "Does something else.", | ||
"status": "Public", | ||
"params": [ | ||
{ | ||
"name": "obj", | ||
"desc": "An object with some defaults. Those defaults are nice! Here are some of those defaults:", | ||
"type": "", | ||
"options": [ | ||
{ | ||
"name": "aaa", | ||
"desc": "Does some {String} stuff", | ||
"type": "String" | ||
}, | ||
{ | ||
"name": "bbb", | ||
"desc": "Does some {Integer} stuff", | ||
"type": "Integer" | ||
}, | ||
{ | ||
"name": "ccc", | ||
"desc": "Other stuff", | ||
"type": "" | ||
} | ||
] | ||
} | ||
] | ||
"name": "obj", | ||
"desc": "An object with some defaults. Those defaults are nice! Here are some of those defaults:", | ||
"type": "", | ||
"options": [ | ||
{ | ||
"name": "aaa", | ||
"desc": "Does some {String} stuff", | ||
"type": "String" | ||
}, | ||
"type": "instance", | ||
"signature": ".<strong>someMethod</strong>(obj = {})", | ||
"name": "someMethod", | ||
"bound": false, | ||
"parameters": [ | ||
{ | ||
"name": "obj", | ||
"default": "{}", | ||
"splat": false | ||
} | ||
] | ||
{ | ||
"name": "bbb", | ||
"desc": "Does some {Integer} stuff", | ||
"type": "Integer" | ||
}, | ||
{ | ||
"name": "ccc", | ||
"desc": "Other stuff", | ||
"type": "" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"type": "instance", | ||
"signature": ".<strong>someMethod</strong>(obj = {})", | ||
"name": "someMethod", | ||
"bound": false, | ||
"parameters": [ | ||
{ | ||
"name": "obj", | ||
"default": "{}", | ||
"splat": false | ||
} | ||
], | ||
"variables": [], | ||
"properties": [] | ||
} | ||
] | ||
"location": { | ||
"line": 21 | ||
} | ||
} | ||
], | ||
"variables": [], | ||
"properties": [] | ||
} | ||
] |
@@ -5,5 +5,6 @@ [ | ||
"doc": { | ||
"comment": "", | ||
"summary": "", | ||
"status": "Public" | ||
"comment": "", | ||
"summary": "", | ||
"status": "Public", | ||
"generated": true | ||
}, | ||
@@ -15,2 +16,5 @@ "class": { | ||
}, | ||
"location": { | ||
"line": 1 | ||
}, | ||
"methods": [ | ||
@@ -21,3 +25,4 @@ { | ||
"summary": "", | ||
"status": "Public" | ||
"status": "Public", | ||
"generated": true | ||
}, | ||
@@ -28,3 +33,6 @@ "type": "instance", | ||
"bound": false, | ||
"parameters": [] | ||
"parameters": [], | ||
"location": { | ||
"line": 3 | ||
} | ||
}, | ||
@@ -35,3 +43,4 @@ { | ||
"summary": "", | ||
"status": "Public" | ||
"status": "Public", | ||
"generated": true | ||
}, | ||
@@ -51,3 +60,6 @@ "type": "instance", | ||
} | ||
] | ||
], | ||
"location": { | ||
"line": 5 | ||
} | ||
}, | ||
@@ -58,3 +70,4 @@ { | ||
"summary": "", | ||
"status": "Public" | ||
"status": "Public", | ||
"generated": true | ||
}, | ||
@@ -85,3 +98,6 @@ "type": "instance", | ||
} | ||
] | ||
], | ||
"location": { | ||
"line": 7 | ||
} | ||
}, | ||
@@ -92,3 +108,4 @@ { | ||
"summary": "", | ||
"status": "Public" | ||
"status": "Public", | ||
"generated": true | ||
}, | ||
@@ -108,3 +125,6 @@ "type": "instance", | ||
} | ||
] | ||
], | ||
"location": { | ||
"line": 9 | ||
} | ||
}, | ||
@@ -115,3 +135,4 @@ { | ||
"summary": "", | ||
"status": "Public" | ||
"status": "Public", | ||
"generated": true | ||
}, | ||
@@ -122,3 +143,6 @@ "type": "instance", | ||
"bound": true, | ||
"parameters": [] | ||
"parameters": [], | ||
"location": { | ||
"line": 11 | ||
} | ||
} | ||
@@ -129,2 +153,2 @@ ], | ||
} | ||
] | ||
] |
[ | ||
{ | ||
"file": "spec/templates/methods/links.coffee", | ||
{ | ||
"file": "spec/templates/methods/links.coffee", | ||
"doc": { | ||
"comment": "", | ||
"summary": "", | ||
"status": "Public", | ||
"generated": true | ||
}, | ||
"class": { | ||
"className": "App.TestLinks", | ||
"name": "TestLinks", | ||
"namespace": "App" | ||
}, | ||
"location": { | ||
"line": 1 | ||
}, | ||
"methods": [ | ||
{ | ||
"doc": { | ||
"comment": "", | ||
"summary": "", | ||
"status": "Public" | ||
"comment": "<p>External link short.</p><p><a href=\"http://coffeescript.org/\">http://coffeescript.org/</a></p>", | ||
"summary": "External link short.", | ||
"status": "Public" | ||
}, | ||
"class": { | ||
"className": "App.TestLinks", | ||
"name": "TestLinks", | ||
"namespace": "App" | ||
"type": "instance", | ||
"signature": ".<strong>externalLinkShort</strong>()", | ||
"name": "externalLinkShort", | ||
"bound": false, | ||
"parameters": [], | ||
"location": { | ||
"line": 7 | ||
} | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>External link <a href=\"http://coffeescript.org/\">long</a>.</p>", | ||
"summary": "External link <a href=\"http://coffeescript.org/\">long</a>.", | ||
"status": "Public" | ||
}, | ||
"methods": [ | ||
{ | ||
"doc": { | ||
"comment": "<p>External link short.</p><p><a href=\"http://coffeescript.org/\">http://coffeescript.org/</a></p>", | ||
"summary": "External link short.", | ||
"status": "Public" | ||
}, | ||
"type": "instance", | ||
"signature": ".<strong>externalLinkShort</strong>()", | ||
"name": "externalLinkShort", | ||
"bound": false, | ||
"parameters": [] | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>External link <a href=\"http://coffeescript.org/\">long</a>.</p>", | ||
"summary": "External link <a href=\"http://coffeescript.org/\">long</a>.", | ||
"status": "Public" | ||
}, | ||
"type": "instance", | ||
"signature": ".<strong>externalLinkLong</strong>()", | ||
"name": "externalLinkLong", | ||
"bound": false, | ||
"parameters": [] | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>internalClassLinkShort</p><p>{.internalLinkLong}</p>", | ||
"summary": "internalClassLinkShort {.internalLinkLong}", | ||
"status": "Public" | ||
}, | ||
"type": "instance", | ||
"signature": ".<strong>internalLinkShort</strong>()", | ||
"name": "internalLinkShort", | ||
"bound": false, | ||
"parameters": [] | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>internalClass [Link Long]{App.TestLinks}</p>", | ||
"summary": "internalClass [Link Long]{App.TestLinks}", | ||
"status": "Public" | ||
}, | ||
"type": "instance", | ||
"signature": ".<strong>internalLinkLong</strong>()", | ||
"name": "internalLinkLong", | ||
"bound": false, | ||
"parameters": [] | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>internalInstanceLinkShort {.externalLinkShort}</p>", | ||
"summary": "internalInstanceLinkShort {.externalLinkShort}", | ||
"status": "Public" | ||
}, | ||
"type": "instance", | ||
"signature": ".<strong>internalInstanceLinkShort</strong>()", | ||
"name": "internalInstanceLinkShort", | ||
"bound": false, | ||
"parameters": [] | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>internalInstance [Link Long]{.externalLinkLong}</p>", | ||
"summary": "internalInstance [Link Long]{.externalLinkLong}", | ||
"status": "Public" | ||
}, | ||
"type": "instance", | ||
"signature": ".<strong>internalInstanceLinkLong</strong>()", | ||
"name": "internalInstanceLinkLong", | ||
"bound": false, | ||
"parameters": [] | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>internalClassLinkShort {@internalClassLinkLong}</p>", | ||
"summary": "internalClassLinkShort {@internalClassLinkLong}", | ||
"status": "Public" | ||
}, | ||
"type": "class", | ||
"signature": "@<strong>internalClassLinkShort</strong>()", | ||
"name": "internalClassLinkShort", | ||
"bound": false, | ||
"parameters": [] | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>internalClass [LinkLong]{@internalClassLinkShort}</p>", | ||
"summary": "internalClass [LinkLong]{@internalClassLinkShort}", | ||
"status": "Public" | ||
}, | ||
"type": "class", | ||
"signature": "@<strong>internalClassLinkLong</strong>()", | ||
"name": "internalClassLinkLong", | ||
"bound": false, | ||
"parameters": [] | ||
} | ||
], | ||
"variables": [], | ||
"properties": [] | ||
} | ||
"type": "instance", | ||
"signature": ".<strong>externalLinkLong</strong>()", | ||
"name": "externalLinkLong", | ||
"bound": false, | ||
"parameters": [], | ||
"location": { | ||
"line": 11 | ||
} | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>internalClassLinkShort</p><p>{.internalLinkLong}</p>", | ||
"summary": "internalClassLinkShort {.internalLinkLong}", | ||
"status": "Public" | ||
}, | ||
"type": "instance", | ||
"signature": ".<strong>internalLinkShort</strong>()", | ||
"name": "internalLinkShort", | ||
"bound": false, | ||
"parameters": [], | ||
"location": { | ||
"line": 17 | ||
} | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>internalClass [Link Long]{App.TestLinks}</p>", | ||
"summary": "internalClass [Link Long]{App.TestLinks}", | ||
"status": "Public" | ||
}, | ||
"type": "instance", | ||
"signature": ".<strong>internalLinkLong</strong>()", | ||
"name": "internalLinkLong", | ||
"bound": false, | ||
"parameters": [], | ||
"location": { | ||
"line": 21 | ||
} | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>internalInstanceLinkShort {.externalLinkShort}</p>", | ||
"summary": "internalInstanceLinkShort {.externalLinkShort}", | ||
"status": "Public" | ||
}, | ||
"type": "instance", | ||
"signature": ".<strong>internalInstanceLinkShort</strong>()", | ||
"name": "internalInstanceLinkShort", | ||
"bound": false, | ||
"parameters": [], | ||
"location": { | ||
"line": 25 | ||
} | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>internalInstance [Link Long]{.externalLinkLong}</p>", | ||
"summary": "internalInstance [Link Long]{.externalLinkLong}", | ||
"status": "Public" | ||
}, | ||
"type": "instance", | ||
"signature": ".<strong>internalInstanceLinkLong</strong>()", | ||
"name": "internalInstanceLinkLong", | ||
"bound": false, | ||
"parameters": [], | ||
"location": { | ||
"line": 29 | ||
} | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>internalClassLinkShort {@internalClassLinkLong}</p>", | ||
"summary": "internalClassLinkShort {@internalClassLinkLong}", | ||
"status": "Public" | ||
}, | ||
"type": "class", | ||
"signature": "@<strong>internalClassLinkShort</strong>()", | ||
"name": "internalClassLinkShort", | ||
"bound": false, | ||
"parameters": [], | ||
"location": { | ||
"line": 33 | ||
} | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>internalClass [LinkLong]{@internalClassLinkShort}</p>", | ||
"summary": "internalClass [LinkLong]{@internalClassLinkShort}", | ||
"status": "Public" | ||
}, | ||
"type": "class", | ||
"signature": "@<strong>internalClassLinkLong</strong>()", | ||
"name": "internalClassLinkLong", | ||
"bound": false, | ||
"parameters": [], | ||
"location": { | ||
"line": 37 | ||
} | ||
} | ||
], | ||
"variables": [], | ||
"properties": [] | ||
} | ||
] |
@@ -7,3 +7,4 @@ [ | ||
"summary": "", | ||
"status": "Public" | ||
"status": "Public", | ||
"generated": true | ||
}, | ||
@@ -15,2 +16,5 @@ "class": { | ||
}, | ||
"location": { | ||
"line": 1 | ||
}, | ||
"methods": [ | ||
@@ -27,3 +31,6 @@ { | ||
"bound": false, | ||
"parameters": [] | ||
"parameters": [], | ||
"location": { | ||
"line": 6 | ||
} | ||
} | ||
@@ -34,2 +41,2 @@ ], | ||
} | ||
] | ||
] |
@@ -7,3 +7,4 @@ [ | ||
"summary": "", | ||
"status": "Public" | ||
"status": "Public", | ||
"generated": true | ||
}, | ||
@@ -15,2 +16,5 @@ "class": { | ||
}, | ||
"location": { | ||
"line": 1 | ||
}, | ||
"methods": [ | ||
@@ -45,3 +49,6 @@ { | ||
} | ||
] | ||
], | ||
"location": { | ||
"line": 6 | ||
} | ||
}, | ||
@@ -58,3 +65,6 @@ { | ||
"bound": false, | ||
"parameters": [] | ||
"parameters": [], | ||
"location": { | ||
"line": 9 | ||
} | ||
}, | ||
@@ -77,3 +87,6 @@ { | ||
"bound": false, | ||
"parameters": [] | ||
"parameters": [], | ||
"location": { | ||
"line": 12 | ||
} | ||
}, | ||
@@ -96,3 +109,6 @@ { | ||
"bound": false, | ||
"parameters": [] | ||
"parameters": [], | ||
"location": { | ||
"line": 15 | ||
} | ||
}, | ||
@@ -115,3 +131,6 @@ { | ||
"bound": false, | ||
"parameters": [] | ||
"parameters": [], | ||
"location": { | ||
"line": 22 | ||
} | ||
}, | ||
@@ -137,3 +156,6 @@ { | ||
} | ||
] | ||
], | ||
"location": { | ||
"line": 25 | ||
} | ||
}, | ||
@@ -168,3 +190,6 @@ { | ||
} | ||
] | ||
], | ||
"location": { | ||
"line": 32 | ||
} | ||
}, | ||
@@ -174,3 +199,3 @@ { | ||
"examples": [ | ||
"biscotto = require 'biscotto'\nfile = (filename, content) ->\nconsole.log \"New file %s with content %s\", filename, content\ndone = (err) ->\nif err\n console.log \"Cannot generate documentation:\", err\nelse\n console.log \"Documentation generated\"\nbiscotto.run file, done\n" | ||
"biscotto = require 'biscotto'\nfile = (filename, content) ->\nconsole.log \"New file %s with content %s\", filename, content\ndone = (err) ->\nif err\n console.log \"Cannot generate documentation:\", err\nelse\n console.log \"Documentation generated\"\nbiscotto.run file, done " | ||
], | ||
@@ -185,3 +210,6 @@ "comment": "<p>A method to run.</p>", | ||
"bound": false, | ||
"parameters": [] | ||
"parameters": [], | ||
"location": { | ||
"line": 35 | ||
} | ||
}, | ||
@@ -198,3 +226,6 @@ { | ||
"bound": false, | ||
"parameters": [] | ||
"parameters": [], | ||
"location": { | ||
"line": 38 | ||
} | ||
} | ||
@@ -205,2 +236,2 @@ ], | ||
} | ||
] | ||
] |
@@ -1,34 +0,41 @@ | ||
[ | ||
[ | ||
{ | ||
"file": "spec/templates/methods/method_example.coffee", | ||
"doc": { | ||
"comment": "", | ||
"summary": "", | ||
"status": "Public", | ||
"generated": true | ||
}, | ||
"class": { | ||
"className": "TestExample", | ||
"name": "TestExample", | ||
"namespace": "" | ||
}, | ||
"location": { | ||
"line": 1 | ||
}, | ||
"methods": [ | ||
{ | ||
"file": "spec/templates/methods/method_example.coffee", | ||
"doc": { | ||
"comment": "", | ||
"summary": "", | ||
"status": "Public" | ||
"examples": [ | ||
"biscotto = require 'biscotto'\nfile = (filename, content) ->\nconsole.log \"New file %s with content %s\", filename, content\ndone = (err) ->\nif err\n console.log \"Cannot generate documentation:\", err\nelse\n console.log \"Documentation generated\"\nbiscotto.run file, done " | ||
], | ||
"comment": "<p>A method to run.</p>", | ||
"summary": "A method to run.", | ||
"status": "Public" | ||
}, | ||
"class": { | ||
"className": "TestExample", | ||
"name": "TestExample", | ||
"namespace": "" | ||
}, | ||
"methods": [ | ||
{ | ||
"doc": { | ||
"examples": [ | ||
"biscotto = require 'biscotto'\nfile = (filename, content) ->\nconsole.log \"New file %s with content %s\", filename, content\ndone = (err) ->\nif err\n console.log \"Cannot generate documentation:\", err\nelse\n console.log \"Documentation generated\"\nbiscotto.run file, done\n" | ||
], | ||
"comment": "<p>A method to run.</p>", | ||
"summary": "A method to run.", | ||
"status": "Public" | ||
}, | ||
"type": "instance", | ||
"signature": ".<strong>run</strong>()", | ||
"name": "run", | ||
"bound": false, | ||
"parameters": [] | ||
} | ||
], | ||
"variables": [], | ||
"properties": [] | ||
"type": "instance", | ||
"signature": ".<strong>run</strong>()", | ||
"name": "run", | ||
"bound": false, | ||
"parameters": [], | ||
"location": { | ||
"line": 16 | ||
} | ||
} | ||
] | ||
], | ||
"variables": [], | ||
"properties": [] | ||
} | ||
] |
[ | ||
{ | ||
"file": "spec/templates/methods/method_paragraph_param.coffee", | ||
{ | ||
"file": "spec/templates/methods/method_paragraph_param.coffee", | ||
"doc": { | ||
"comment": "", | ||
"summary": "", | ||
"status": "Public", | ||
"generated": true | ||
}, | ||
"class": { | ||
"className": "ParagraphParm", | ||
"name": "ParagraphParm", | ||
"namespace": "" | ||
}, | ||
"location": { | ||
"line": 1 | ||
}, | ||
"methods": [ | ||
{ | ||
"doc": { | ||
"comment": "", | ||
"summary": "", | ||
"status": "Public" | ||
"comment": "<p>Does stuff</p>", | ||
"summary": "Does stuff", | ||
"status": "Public", | ||
"params": [ | ||
{ | ||
"name": "something", | ||
"desc": "Blah blah blah. Foo foo foo!", | ||
"type": "" | ||
} | ||
] | ||
}, | ||
"class": { | ||
"className": "ParagraphParm", | ||
"name": "ParagraphParm", | ||
"namespace": "" | ||
}, | ||
"methods": [ | ||
"type": "instance", | ||
"signature": ".<strong>helper</strong>(something)", | ||
"name": "helper", | ||
"bound": false, | ||
"parameters": [ | ||
{ | ||
"name": "something", | ||
"splat": false | ||
} | ||
], | ||
"location": { | ||
"line": 7 | ||
} | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>Does other stuff</p>", | ||
"summary": "Does other stuff", | ||
"status": "Public", | ||
"params": [ | ||
{ | ||
"doc": { | ||
"comment": "<p>Does stuff</p>", | ||
"summary": "Does stuff", | ||
"status": "Public", | ||
"params": [ | ||
{ | ||
"name": "something", | ||
"desc": "Blah blah blah. Foo foo foo!", | ||
"type": "" | ||
} | ||
] | ||
}, | ||
"type": "instance", | ||
"signature": ".<strong>helper</strong>(something)", | ||
"name": "helper", | ||
"bound": false, | ||
"parameters": [ | ||
{ | ||
"name": "something", | ||
"splat": false | ||
} | ||
] | ||
"name": "something", | ||
"desc": "Blah blah blah. Fah fah fah? Foo foo foo!", | ||
"type": "" | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>Does other stuff</p>", | ||
"summary": "Does other stuff", | ||
"status": "Public", | ||
"params": [ | ||
{ | ||
"name": "something", | ||
"desc": "Blah blah blah. Fah fah fah? Foo foo foo!", | ||
"type": "" | ||
}, | ||
{ | ||
"name": "something2", | ||
"desc": "Bar bar bar. Cha cha cha!!", | ||
"type": "" | ||
}, | ||
{ | ||
"name": "options", | ||
"desc": "The do options", | ||
"type": "", | ||
"options": [ | ||
{ | ||
"name": "speed", | ||
"desc": "The {String} speed", | ||
"type": "String" | ||
}, | ||
{ | ||
"name": "repeat", | ||
"desc": "How many {Number} times to repeat", | ||
"type": "Number" | ||
}, | ||
{ | ||
"name": "tasks", | ||
"desc": "The {[Tasks]} tasks to do", | ||
"type": "[Tasks]" | ||
} | ||
] | ||
} | ||
] | ||
"name": "something2", | ||
"desc": "Bar bar bar. Cha cha cha!!", | ||
"type": "" | ||
}, | ||
{ | ||
"name": "options", | ||
"desc": "The do options", | ||
"type": "", | ||
"options": [ | ||
{ | ||
"name": "speed", | ||
"desc": "The {String} speed", | ||
"type": "String" | ||
}, | ||
"type": "instance", | ||
"signature": ".<strong>bound</strong>(something, something2)", | ||
"name": "bound", | ||
"bound": true, | ||
"parameters": [ | ||
{ | ||
"name": "something", | ||
"splat": false | ||
}, | ||
{ | ||
"name": "something2", | ||
"splat": false | ||
} | ||
] | ||
{ | ||
"name": "repeat", | ||
"desc": "How many {Number} times to repeat", | ||
"type": "Number" | ||
}, | ||
{ | ||
"name": "tasks", | ||
"desc": "The {[Tasks]} tasks to do", | ||
"type": "[Tasks]" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"type": "instance", | ||
"signature": ".<strong>bound</strong>(something, something2)", | ||
"name": "bound", | ||
"bound": true, | ||
"parameters": [ | ||
{ | ||
"name": "something", | ||
"splat": false | ||
}, | ||
{ | ||
"name": "something2", | ||
"splat": false | ||
} | ||
], | ||
"location": { | ||
"line": 20 | ||
} | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>Does more other stuff</p>", | ||
"summary": "Does more other stuff", | ||
"status": "Public", | ||
"params": [ | ||
{ | ||
"name": "something", | ||
"desc": "Blah blah blah. Fah fah fah? Foo foo foo!", | ||
"type": "" | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>Does more other stuff</p>", | ||
"summary": "Does more other stuff", | ||
"status": "Public", | ||
"params": [ | ||
{ | ||
"name": "something", | ||
"desc": "Blah blah blah. Fah fah fah? Foo foo foo!", | ||
"type": "" | ||
}, | ||
{ | ||
"name": "something2", | ||
"desc": "Bar bar bar. Cha cha cha!!", | ||
"type": "" | ||
}, | ||
{ | ||
"name": "opts", | ||
"desc": "The do options", | ||
"type": "", | ||
"options": [ | ||
{ | ||
"name": "speed", | ||
"desc": "The {String} speed", | ||
"type": "String" | ||
}, | ||
{ | ||
"name": "repeat", | ||
"desc": "How many {Number} times to repeat", | ||
"type": "Number" | ||
}, | ||
{ | ||
"name": "tasks", | ||
"desc": "The {[Tasks]} tasks to do", | ||
"type": "[Tasks]" | ||
} | ||
] | ||
} | ||
] | ||
"name": "something2", | ||
"desc": "Bar bar bar. Cha cha cha!!", | ||
"type": "" | ||
}, | ||
{ | ||
"name": "opts", | ||
"desc": "The do options", | ||
"type": "", | ||
"options": [ | ||
{ | ||
"name": "speed", | ||
"desc": "The {String} speed", | ||
"type": "String" | ||
}, | ||
"type": "instance", | ||
"signature": ".<strong>bound</strong>(something, something2, opts, opts2)", | ||
"name": "bound", | ||
"bound": true, | ||
"parameters": [ | ||
{ | ||
"name": "something", | ||
"splat": false | ||
}, | ||
{ | ||
"name": "something2", | ||
"splat": false | ||
}, | ||
{ | ||
"name": "opts", | ||
"splat": false | ||
}, | ||
{ | ||
"name": "opts2", | ||
"splat": false | ||
} | ||
] | ||
{ | ||
"name": "repeat", | ||
"desc": "How many {Number} times to repeat", | ||
"type": "Number" | ||
}, | ||
{ | ||
"name": "tasks", | ||
"desc": "The {[Tasks]} tasks to do", | ||
"type": "[Tasks]" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"type": "instance", | ||
"signature": ".<strong>bound</strong>(something, something2, opts, opts2)", | ||
"name": "bound", | ||
"bound": true, | ||
"parameters": [ | ||
{ | ||
"name": "something", | ||
"splat": false | ||
}, | ||
{ | ||
"name": "something2", | ||
"splat": false | ||
}, | ||
{ | ||
"name": "opts", | ||
"splat": false | ||
}, | ||
{ | ||
"name": "opts2", | ||
"splat": false | ||
} | ||
], | ||
"variables": [], | ||
"properties": [] | ||
} | ||
] | ||
"location": { | ||
"line": 33 | ||
} | ||
} | ||
], | ||
"variables": [], | ||
"properties": [] | ||
} | ||
] |
@@ -1,43 +0,54 @@ | ||
[ | ||
[ | ||
{ | ||
"file": "spec/templates/methods/method_shortdesc.coffee", | ||
"doc": { | ||
"comment": "", | ||
"summary": "", | ||
"status": "Public", | ||
"generated": true | ||
}, | ||
"class": { | ||
"className": "ShortDesc", | ||
"name": "ShortDesc", | ||
"namespace": "" | ||
}, | ||
"location": { | ||
"line": 1 | ||
}, | ||
"methods": [ | ||
{ | ||
"file": "spec/templates/methods/method_shortdesc.coffee", | ||
"doc": { | ||
"comment": "", | ||
"summary": "", | ||
"status": "Public" | ||
"comment": "", | ||
"summary": "", | ||
"status": "Public" | ||
}, | ||
"class": { | ||
"className": "ShortDesc", | ||
"name": "ShortDesc", | ||
"namespace": "" | ||
"type": "instance", | ||
"signature": ".<strong>helper</strong>()", | ||
"name": "helper", | ||
"bound": false, | ||
"parameters": [], | ||
"location": { | ||
"line": 4 | ||
} | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "", | ||
"summary": "", | ||
"status": "Public", | ||
"generated": true | ||
}, | ||
"methods": [ | ||
{ | ||
"doc": { | ||
"comment": "", | ||
"summary": "", | ||
"status": "Public" | ||
}, | ||
"type": "instance", | ||
"signature": ".<strong>helper</strong>()", | ||
"name": "helper", | ||
"bound": false, | ||
"parameters": [] | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "", | ||
"summary": "", | ||
"status": "Public" | ||
}, | ||
"type": "instance", | ||
"signature": ".<strong>bound</strong>()", | ||
"name": "bound", | ||
"bound": true, | ||
"parameters": [] | ||
} | ||
], | ||
"variables": [], | ||
"properties": [] | ||
"type": "instance", | ||
"signature": ".<strong>bound</strong>()", | ||
"name": "bound", | ||
"bound": true, | ||
"parameters": [], | ||
"location": { | ||
"line": 6 | ||
} | ||
} | ||
] | ||
], | ||
"variables": [], | ||
"properties": [] | ||
} | ||
] |
@@ -7,3 +7,4 @@ [ | ||
"summary": "", | ||
"status": "Public" | ||
"status": "Public", | ||
"generated": true | ||
}, | ||
@@ -15,2 +16,5 @@ "class": { | ||
}, | ||
"location": { | ||
"line": 1 | ||
}, | ||
"methods": [ | ||
@@ -56,3 +60,6 @@ { | ||
} | ||
] | ||
], | ||
"location": { | ||
"line": 8 | ||
} | ||
}, | ||
@@ -99,3 +106,6 @@ { | ||
} | ||
] | ||
], | ||
"location": { | ||
"line": 16 | ||
} | ||
}, | ||
@@ -144,3 +154,6 @@ { | ||
} | ||
] | ||
], | ||
"location": { | ||
"line": 25 | ||
} | ||
} | ||
@@ -147,0 +160,0 @@ ], |
@@ -5,5 +5,6 @@ [ | ||
"doc": { | ||
"comment": "", | ||
"summary": "", | ||
"status": "Public" | ||
"comment": "", | ||
"summary": "", | ||
"status": "Public", | ||
"generated": true | ||
}, | ||
@@ -15,6 +16,9 @@ "class": { | ||
}, | ||
"location": { | ||
"line": 1 | ||
}, | ||
"methods": [ | ||
{ | ||
"doc": { | ||
"comment": "<p>This should be one paragraph.</p><p>If soft tabs are enabled, this is a space (<code>" "</code>) times the <code>{.getTabLength}</code> value.\nOtherwise, it's a tab (<code>\\t</code>).</p>", | ||
"comment": "<p>This should be one paragraph.</p><p>If soft tabs are enabled, this is a space (<code>" "</code>) times the <code>{.getTabLength}</code> value.\nOtherwise, it's a tab (<code>\\t</code>). </p>", | ||
"summary": "This should be one paragraph.", | ||
@@ -27,7 +31,10 @@ "status": "Public" | ||
"bound": false, | ||
"parameters": [] | ||
"parameters": [], | ||
"location": { | ||
"line": 7 | ||
} | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>This is a paragraph with a br.</p><p>Equality is based on some condition.<br>Oh look, a BR!</p>", | ||
"comment": "<p>This is a paragraph with a br.</p><p>Equality is based on some condition.<br>Oh look, a BR! </p>", | ||
"summary": "This is a paragraph with a br.", | ||
@@ -40,7 +47,10 @@ "status": "Public" | ||
"bound": false, | ||
"parameters": [] | ||
"parameters": [], | ||
"location": { | ||
"line": 13 | ||
} | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>This is two seperate paragraphs.</p><p>Equality is based on some condition.</p><p>Here I am, still yapping.</p><p>And I'm done.</p>", | ||
"comment": "<p>This is two seperate paragraphs.</p><p>Equality is based on some condition.</p><p>Here I am, still yapping.</p><p>And I'm done. </p>", | ||
"summary": "This is two seperate paragraphs.", | ||
@@ -53,3 +63,6 @@ "status": "Public" | ||
"bound": false, | ||
"parameters": [] | ||
"parameters": [], | ||
"location": { | ||
"line": 22 | ||
} | ||
}, | ||
@@ -66,3 +79,6 @@ { | ||
"bound": false, | ||
"parameters": [] | ||
"parameters": [], | ||
"location": { | ||
"line": 33 | ||
} | ||
}, | ||
@@ -79,3 +95,6 @@ { | ||
"bound": false, | ||
"parameters": [] | ||
"parameters": [], | ||
"location": { | ||
"line": 44 | ||
} | ||
} | ||
@@ -82,0 +101,0 @@ ], |
[ | ||
{ | ||
"file": "spec/templates/methods/preprocessor_flagging.coffee", | ||
{ | ||
"file": "spec/templates/methods/preprocessor_flagging.coffee", | ||
"doc": { | ||
"comment": "<p>Testing block statuses.</p>", | ||
"summary": "Testing block statuses.", | ||
"status": "Public" | ||
}, | ||
"class": { | ||
"className": "TestBlockStatus", | ||
"name": "TestBlockStatus", | ||
"namespace": "" | ||
}, | ||
"location": { | ||
"line": 2 | ||
}, | ||
"methods": [ | ||
{ | ||
"doc": { | ||
"comment": "<p>Testing block statuses.</p>", | ||
"summary": "Testing block statuses.", | ||
"status": "Public" | ||
"comment": "<p>Blah blah!</p>", | ||
"summary": "Blah blah!", | ||
"status": "Public" | ||
}, | ||
"class": { | ||
"className": "TestBlockStatus", | ||
"name": "TestBlockStatus", | ||
"namespace": "" | ||
"type": "instance", | ||
"signature": ".<strong>help</strong>(me)", | ||
"name": "help", | ||
"bound": false, | ||
"parameters": [ | ||
{ | ||
"name": "me", | ||
"splat": false | ||
} | ||
], | ||
"location": { | ||
"line": 5 | ||
} | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>Blah blah test!</p>", | ||
"summary": "Blah blah test!", | ||
"status": "Public" | ||
}, | ||
"methods": [ | ||
{ | ||
"doc": { | ||
"comment": "<p>Blah blah!</p>", | ||
"summary": "Blah blah!", | ||
"status": "Public" | ||
}, | ||
"type": "instance", | ||
"signature": ".<strong>help</strong>(me)", | ||
"name": "help", | ||
"bound": false, | ||
"parameters": [ | ||
{ | ||
"name": "me", | ||
"splat": false | ||
} | ||
] | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>Blah blah test!</p>", | ||
"summary": "Blah blah test!", | ||
"status": "Public" | ||
}, | ||
"type": "instance", | ||
"signature": ".<strong>test</strong>()", | ||
"name": "test", | ||
"bound": false, | ||
"parameters": [] | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>Tricksy words!</p>", | ||
"summary": "Tricksy words!", | ||
"status": "Public" | ||
}, | ||
"type": "instance", | ||
"signature": ".<strong>internal2</strong>()", | ||
"name": "internal2", | ||
"bound": false, | ||
"parameters": [] | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>I'm really documented.</p>", | ||
"summary": "I'm really documented.", | ||
"status": "Public" | ||
}, | ||
"type": "instance", | ||
"signature": ".<strong>public1</strong>()", | ||
"name": "public1", | ||
"bound": false, | ||
"parameters": [] | ||
} | ||
], | ||
"variables": [], | ||
"properties": [] | ||
} | ||
"type": "instance", | ||
"signature": ".<strong>test</strong>()", | ||
"name": "test", | ||
"bound": false, | ||
"parameters": [], | ||
"location": { | ||
"line": 8 | ||
} | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>Tricksy words!</p>", | ||
"summary": "Tricksy words!", | ||
"status": "Public" | ||
}, | ||
"type": "instance", | ||
"signature": ".<strong>internal2</strong>()", | ||
"name": "internal2", | ||
"bound": false, | ||
"parameters": [], | ||
"location": { | ||
"line": 16 | ||
} | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>I'm really documented.</p>", | ||
"summary": "I'm really documented.", | ||
"status": "Public" | ||
}, | ||
"type": "instance", | ||
"signature": ".<strong>public1</strong>()", | ||
"name": "public1", | ||
"bound": false, | ||
"parameters": [], | ||
"location": { | ||
"line": 31 | ||
} | ||
} | ||
], | ||
"variables": [], | ||
"properties": [] | ||
} | ||
] |
@@ -1,50 +0,57 @@ | ||
[ | ||
[ | ||
{ | ||
"file": "spec/templates/methods/return_values_long.coffee", | ||
"doc": { | ||
"comment": "", | ||
"summary": "", | ||
"status": "Public", | ||
"generated": true | ||
}, | ||
"class": { | ||
"className": "App.ReturnValuesLongDocumentation", | ||
"name": "ReturnValuesLongDocumentation", | ||
"namespace": "App", | ||
"parent": "App.Doc" | ||
}, | ||
"location": { | ||
"line": 1 | ||
}, | ||
"methods": [ | ||
{ | ||
"file": "spec/templates/methods/return_values_long.coffee", | ||
"doc": { | ||
"comment": "", | ||
"summary": "", | ||
"status": "Public" | ||
"comment": "<p>Compares two <code>Point</code>s.</p><p>Otherwise, returns <code>0</code>. </p>", | ||
"summary": "Compares two <code>Point</code>s.", | ||
"status": "Public", | ||
"params": [ | ||
{ | ||
"name": "other", | ||
"desc": "The {Point} to compare against", | ||
"type": "Point" | ||
} | ||
], | ||
"returnValue": [ | ||
{ | ||
"type": "Number", | ||
"desc": "Returns a {Number} matching the following rules:\n* If the first `row` is greater than `other.row`, returns `1`.\n* If the first `row` is less than `other.row`, returns `-1`.\n* If the first `column` is greater than `other.column`, returns `1`.\n* If the first `column` is less than `other.column`, returns `-1`." | ||
} | ||
] | ||
}, | ||
"class": { | ||
"className": "App.ReturnValuesLongDocumentation", | ||
"name": "ReturnValuesLongDocumentation", | ||
"namespace": "App", | ||
"parent": "App.Doc" | ||
}, | ||
"methods": [ | ||
"type": "instance", | ||
"signature": "Number .<strong>compare</strong>(other)", | ||
"name": "compare", | ||
"bound": false, | ||
"parameters": [ | ||
{ | ||
"doc": { | ||
"comment": "<p>Compares two <code>Point</code>s.</p><p>Otherwise, returns <code>0</code>.</p>", | ||
"summary": "Compares two <code>Point</code>s.", | ||
"status": "Public", | ||
"params": [ | ||
{ | ||
"name": "other", | ||
"desc": "The {Point} to compare against", | ||
"type": "Point" | ||
} | ||
], | ||
"returnValue": [ | ||
{ | ||
"type": "Number", | ||
"desc": "Returns a {Number} matching the following rules:\n* If the first `row` is greater than `other.row`, returns `1`.\n* If the first `row` is less than `other.row`, returns `-1`.\n* If the first `column` is greater than `other.column`, returns `1`.\n* If the first `column` is less than `other.column`, returns `-1`." | ||
} | ||
] | ||
}, | ||
"type": "instance", | ||
"signature": "Number .<strong>compare</strong>(other)", | ||
"name": "compare", | ||
"bound": false, | ||
"parameters": [ | ||
{ | ||
"name": "other", | ||
"splat": false | ||
} | ||
] | ||
"name": "other", | ||
"splat": false | ||
} | ||
], | ||
"variables": [], | ||
"properties": [] | ||
"location": { | ||
"line": 14 | ||
} | ||
} | ||
] | ||
], | ||
"variables": [], | ||
"properties": [] | ||
} | ||
] |
@@ -1,78 +0,91 @@ | ||
[ | ||
[ | ||
{ | ||
"file": "spec/templates/methods/return_values.coffee", | ||
"doc": { | ||
"comment": "", | ||
"summary": "", | ||
"status": "Public", | ||
"generated": true | ||
}, | ||
"class": { | ||
"className": "App.ReturnValsDocumentation", | ||
"name": "ReturnValsDocumentation", | ||
"namespace": "App", | ||
"parent": "App.Doc" | ||
}, | ||
"location": { | ||
"line": 1 | ||
}, | ||
"methods": [ | ||
{ | ||
"file": "spec/templates/methods/return_values.coffee", | ||
"doc": { | ||
"comment": "", | ||
"summary": "", | ||
"status": "Public" | ||
"comment": "<p>Do it!</p><p>See #undo for more information.</p>", | ||
"summary": "Do it! See #undo for more information.", | ||
"status": "Private", | ||
"returnValue": [ | ||
{ | ||
"type": "Boolean", | ||
"desc": "Returns {Boolean} when it works." | ||
} | ||
] | ||
}, | ||
"class": { | ||
"className": "App.ReturnValsDocumentation", | ||
"name": "ReturnValsDocumentation", | ||
"namespace": "App", | ||
"parent": "App.Doc" | ||
"type": "instance", | ||
"signature": "Boolean .<strong>returnSingleType</strong>()", | ||
"name": "returnSingleType", | ||
"bound": false, | ||
"parameters": [], | ||
"location": { | ||
"line": 9 | ||
} | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>Blahblah.</p>", | ||
"summary": "Blahblah.", | ||
"status": "Public", | ||
"returnValue": [ | ||
{ | ||
"type": "", | ||
"desc": "Returns no type." | ||
} | ||
] | ||
}, | ||
"methods": [ | ||
{ | ||
"doc": { | ||
"comment": "<p>Do it!</p><p>See #undo for more information.</p>", | ||
"summary": "Do it! See #undo for more information.", | ||
"status": "Private", | ||
"returnValue": [ | ||
{ | ||
"type": "Boolean", | ||
"desc": "Returns {Boolean} when it works." | ||
} | ||
] | ||
"type": "instance", | ||
"signature": ".<strong>returnNoType</strong>()", | ||
"name": "returnNoType", | ||
"bound": false, | ||
"parameters": [], | ||
"location": { | ||
"line": 16 | ||
} | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>Blahblah.</p>", | ||
"summary": "Blahblah.", | ||
"status": "Public", | ||
"returnValue": [ | ||
{ | ||
"type": "String", | ||
"desc": "Returns a {String}." | ||
}, | ||
"type": "instance", | ||
"signature": "Boolean .<strong>returnSingleType</strong>()", | ||
"name": "returnSingleType", | ||
"bound": false, | ||
"parameters": [] | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>Blahblah.</p>", | ||
"summary": "Blahblah.", | ||
"status": "Public", | ||
"returnValue": [ | ||
{ | ||
"type": "", | ||
"desc": "Returns no type." | ||
} | ||
] | ||
}, | ||
"type": "instance", | ||
"signature": ".<strong>returnNoType</strong>()", | ||
"name": "returnNoType", | ||
"bound": false, | ||
"parameters": [] | ||
}, | ||
{ | ||
"doc": { | ||
"comment": "<p>Blahblah.</p>", | ||
"summary": "Blahblah.", | ||
"status": "Public", | ||
"returnValue": [ | ||
{ | ||
"type": "String", | ||
"desc": "Returns a {String}." | ||
}, | ||
{ | ||
"type": "Number", | ||
"desc": "Returns also a {Number}." | ||
} | ||
] | ||
}, | ||
"type": "instance", | ||
"signature": "String|Number .<strong>returnTwoReturns</strong>()", | ||
"name": "returnTwoReturns", | ||
"bound": false, | ||
"parameters": [] | ||
} | ||
], | ||
"variables": [], | ||
"properties": [] | ||
{ | ||
"type": "Number", | ||
"desc": "Returns also a {Number}." | ||
} | ||
] | ||
}, | ||
"type": "instance", | ||
"signature": "String|Number .<strong>returnTwoReturns</strong>()", | ||
"name": "returnTwoReturns", | ||
"bound": false, | ||
"parameters": [], | ||
"location": { | ||
"line": 22 | ||
} | ||
} | ||
] | ||
], | ||
"variables": [], | ||
"properties": [] | ||
} | ||
] |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
852266
138
14790
12
+ Addedgit-utils@>= 0.24.0
+ Addedsource-map@0.1.29
+ Addedamdefine@1.0.1(transitive)
+ Addedasync@1.5.2(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedfs-plus@3.1.1(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedgit-utils@5.7.3(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedminimist@1.2.8(transitive)
+ Addedmkdirp@0.5.6(transitive)
+ Addednan@2.22.0(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedrimraf@2.7.1(transitive)
+ Addedsource-map@0.1.29(transitive)
+ Addedunderscore-plus@1.7.0(transitive)
+ Addedwrappy@1.0.2(transitive)
Updatedcoffee-script@>= 1.6.2