godot/doc/tools
Andrii Doroshenko (Xrayez) 34eea26c67
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"
```

(cherry picked from commit 7fcdd15f0c)
2021-02-16 14:27:39 +01:00
..
doc_merge.py SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
doc_status.py SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
makerst.py makerst: Add an option to filter which XML classes to output 2021-02-16 14:27:39 +01:00