MDL-38286 JavaScript: Include a YUIDoc configuration for Moodle

To build documentation run:
  yuidoc
This commit is contained in:
Andrew Robert Nicols 2013-03-01 20:45:40 +00:00 committed by Andrew Nicols
parent 83f26f6407
commit 97f4bad867

View File

@ -0,0 +1,15 @@
{
"name": "Moodle",
"description": "YUI documentation for Moodle",
"url": "https://moodle.org",
"options": {
"external": {
"data": "http://yuilibrary.com/yui/docs/api/data.json"
},
"linkNatives": true,
"attributesEmit": "true",
"selleck": "true",
"outdir": "../yuidocs",
"paths": "**/yui/src/*"
}
}