1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00
Files
godot/doc/make_doc.sh
2014-02-09 22:10:30 -03:00

6 lines
118 B
Bash

#! /bin/bash
cd html/class_list
python ../../../tools/docdump/makehtml.py -multipage ../../base/classes.xml
cd ../..