mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +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
1 changed files with 15 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue