summaryrefslogtreecommitdiff
path: root/other/apidsl/README.md
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-04-25 20:39:13 -0400
committerirungentoo <irungentoo@gmail.com>2015-04-25 20:39:13 -0400
commit422e74424a759c31d1dcfe0d1d9fbce3f39efb32 (patch)
tree2573d07ace13214f568d917ea70020c66c342b33 /other/apidsl/README.md
parent28de3f59fdfc185e42d3d5393de7fd5ba78eae5d (diff)
Switched tox.h to the dsl generated one.
Added input file to generate it. Moved the astyle stuff to the astyle directory in other/.
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.