summaryrefslogtreecommitdiff
path: root/other/apidsl/README.md
blob: 0b3e776db5bfd8ce822450e801b8fa7ab6b09ee6 (plain)
1
2
3
4
5
6
7
8
9
10
11
This folder contains the input file that can be used to generate the tox.h api 
with: https://github.com/iphydf/apidsl

You can also use the following command if you can't install it:

```
curl -X POST --data-binary @- https://criticism.herokuapp.com/apidsl < tox.in.h > tox.h
```

Note that the output must be passed through astyle with the config in 
other/astyle/astylerc to generate the exact same file.