virtualx-engine/doc
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
..
classes Expose a File.flush() method to scripting 2021-02-13 01:37:16 +01:00
tools makerst: Add an option to filter which XML classes to output 2021-02-15 14:28:11 +02:00
translations Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
Doxyfile Remove trailing whitespace 2018-11-20 11:15:02 +01:00
Makefile SCons: Drop support for Python 2 2020-03-25 15:25:37 +01:00