summaryrefslogtreecommitdiff
path: root/other/apidsl/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'other/apidsl/README.md')
-rw-r--r--other/apidsl/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/other/apidsl/README.md b/other/apidsl/README.md
new file mode 100644
index 00000000..c8241eb8
--- /dev/null
+++ b/other/apidsl/README.md
@@ -0,0 +1,11 @@
1This folder contains the input file that can be used to generate the tox.h api
2with: https://github.com/iphydf/apidsl
3
4You can also use the following command if you can't install it:
5
6```
7cat tox.in.h | curl -X POST --data-binary @- https://criticism.herokuapp.com/apidsl > tox.h
8```
9
10Note that the output must be passed through astyle with the config in
11other/astyle/astylerc to generate the exact same file.