We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b6a0a2 + 260f32d commit cb9fb80Copy full SHA for cb9fb80
generate_builtin_api.py
@@ -3,7 +3,6 @@
3
import xml.etree.ElementTree as ET
4
5
MODULE_DIR = os.getcwd()
6
-MODULE_DIR = "/home/geequlim/Documents/Workspace/Develop/Godot/godot/modules/ECMAScript"
7
DOCS_DIR = os.path.abspath(os.path.join(MODULE_DIR, "../../doc/classes"))
8
if not os.path.isdir(DOCS_DIR) and len(sys.argv) > 1:
9
DOCS_DIR = sys.argv[-1]
0 commit comments