godot/doc/tools
Andrii Doroshenko (Xrayez) 7fcdd15f0c makerst: Add an option to filter which XML classes to output
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"
```
2021-02-15 14:28:11 +02:00
..
doc_status.py SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
makerst.py makerst: Add an option to filter which XML classes to output 2021-02-15 14:28:11 +02:00