Transition to JSD

This commit is contained in:
Garen Torikian 2012-10-22 13:38:25 -07:00 committed by nightwing
commit 0739444f87
68 changed files with 404 additions and 5458 deletions

65
api/api.json Normal file
View file

@ -0,0 +1,65 @@
{
"title": "Ace API",
"date": "Mon, 22 Oct 2012 19:03:39 GMT",
"tree": {
"children": [
{
"id": "Ace",
"type": "class",
"description": "The main class required to set up an Ace instance in the browser.",
"short_description": "The main class required to set up an Ace instance in the browser.",
"line": 31,
"author": [],
"aliases": [],
"children": [
{
"id": "Ace.edit",
"type": "class method",
"description": "Embeds the Ace editor into the DOM, at the element provided by `el`.",
"short_description": "Embeds the Ace editor into the DOM, at the element provided by `el`.",
"line": 57,
"author": [],
"signatures": [
{
"arguments": [
{
"name": "el",
"description": "Either the id of an element, or the element itself",
"types": [
"String",
"DOMElement"
],
"optional": false
}
]
}
],
"arguments": [
{
"name": "el",
"description": "Either the id of an element, or the element itself",
"types": [
"String",
"DOMElement"
],
"optional": false
}
],
"aliases": [],
"children": [],
"file": "../lib/ace/ace.js",
"name": "edit",
"name_prefix": "Ace.",
"path": "Ace.edit",
"outFile": "ace.html#Ace.edit"
}
],
"file": "../lib/ace/ace.js",
"subclasses": [],
"name": "Ace",
"path": "Ace",
"outFile": "ace.html"
}
]
}
}