mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03: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 ../..
|
|
|