mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-38286 JavaScript: Include a YUIDoc configuration for Moodle
To build documentation run: yuidoc
This commit is contained in:
parent
83f26f6407
commit
97f4bad867
15
lib/yui/common/yuidoc.json
Normal file
15
lib/yui/common/yuidoc.json
Normal 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/*"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user