CanteenHTML5/docs/api.js
2013-10-12 20:15:47 -04:00

30 lines
566 B
JavaScript

YUI.add("yuidoc-meta", function(Y) {
Y.YUIDoc = { meta: {
"classes": [
"Attribute",
"Comment",
"Document",
"HTML5Error",
"Node",
"NodeContainer",
"SimpleList",
"Table",
"Text",
"html"
],
"modules": [
"Canteen_HTML5",
"global"
],
"allModules": [
{
"displayName": "Canteen\\HTML5",
"name": "Canteen_HTML5"
},
{
"displayName": "global",
"name": "global"
}
]
} };
});