mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 04:06:14 +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 ../..
|
|
|