mirror of
https://github.com/godotengine/godot.git
synced 2025-10-29 12:44:31 +00:00
Usage:
```
# Output `VisualScript` classes only (found in `modules/visual_script`)
python doc/tools/makerst.py "doc/classes" "modules" --filter "visual_script"
# Output CSG classes only (found in `modules/csg`)
python doc/tools/makerst.py "doc/classes" "modules" --filter "csg"
```
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| doc_merge.py | ||
| doc_status.py | ||
| makerst.py | ||