mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 10:01:15 +00:00
[HTML5] Document Engine and EngineConfig (jsdoc).
This commit also removes the utils.js engine file, moving some of it's content to config.js and some to engine.js .
This commit is contained in:
parent
d02535f509
commit
018ee5a4dc
5 changed files with 547 additions and 273 deletions
|
|
@ -3,9 +3,8 @@ module.exports = {
|
|||
"./.eslintrc.js",
|
||||
],
|
||||
"globals": {
|
||||
"EngineConfig": true,
|
||||
"InternalConfig": true,
|
||||
"Godot": true,
|
||||
"Preloader": true,
|
||||
"Utils": true,
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue