MDL-38286 JavaScript: Include a YUIDoc configuration for Moodle
To build documentation run: yuidoc
This commit is contained in:
committed by
Andrew Nicols
parent
83f26f6407
commit
97f4bad867
@@ -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/*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user