1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-31 05:52:51 +02:00
Andrew Robert Nicols 97f4bad867 MDL-38286 JavaScript: Include a YUIDoc configuration for Moodle
To build documentation run:
  yuidoc
2013-09-16 23:56:33 +01:00

16 lines
387 B
JSON

{
"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/*"
}
}