summaryrefslogtreecommitdiff
path: root/examples/csv/README.md
blob: d42915d64ec53b9f1f88aa00e7fb347cd591a721 (plain)
1
2
3
4
5
6
7
8
# CSV Generator

This example provides a generator which reads in a set of interface files and generates a CSV file with an overview of the interfaces, structs and enums from the interface files.

```sh
./csv.py ../interfaces .
```