toxcore/other/apidsl
2015-05-16 18:51:11 +02:00
..
README.md Switched tox.h to the dsl generated one. 2015-04-25 20:39:13 -04:00
tox.in.h Switched tox.h to the dsl generated one. 2015-04-25 20:39:13 -04:00
toxav.in.h Added apidsl input file 2015-05-16 18:51:11 +02:00

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:

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

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