mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-29 17:12:03 +00:00
34eea26c67
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 7fcdd15f0c)