mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Switched tox.h to the dsl generated one.
Added input file to generate it. Moved the astyle stuff to the astyle directory in other/.
This commit is contained in:
parent
28de3f59fd
commit
422e74424a
11
other/apidsl/README.md
Normal file
11
other/apidsl/README.md
Normal file
|
@ -0,0 +1,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:
|
||||
|
||||
```
|
||||
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.
|
2076
other/apidsl/tox.in.h
Normal file
2076
other/apidsl/tox.in.h
Normal file
File diff suppressed because it is too large
Load Diff
748
toxcore/tox.h
748
toxcore/tox.h
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user