mirror of
https://github.com/godotengine/godot.git
synced 2025-11-03 07:01:06 +00:00
6 lines
118 B
Bash
6 lines
118 B
Bash
|
|
#! /bin/bash
|
||
|
|
cd html/class_list
|
||
|
|
python ../../../tools/docdump/makehtml.py -multipage ../../base/classes.xml
|
||
|
|
cd ../..
|
||
|
|
|