summaryrefslogtreecommitdiff
path: root/other/apidsl
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-09-11 21:09:41 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-09-11 21:09:41 +0100
commit6683a4b28401eb154579601834d63a6ef2413bdd (patch)
treea247fec911069297bc4f89adfd49d77b98437e10 /other/apidsl
parent05f474b4df8171412237f46c943822edd202b4a9 (diff)
Use TokTok's apidsl instead of the iphydf one.
Diffstat (limited to 'other/apidsl')
-rw-r--r--other/apidsl/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/other/apidsl/README.md b/other/apidsl/README.md
index 99694dca..00f92c85 100644
--- a/other/apidsl/README.md
+++ b/other/apidsl/README.md
@@ -1,11 +1,11 @@
1This folder contains the input file (``tox.in.h``) that has to be used to generate the ``tox.h`` api with: https://github.com/iphydf/apidsl 1This folder contains the input file (``tox.in.h``) that has to be used to generate the ``tox.h`` api with: https://github.com/TokTok/apidsl
2 2
3# Minimal requirements 3# Minimal requirements
4 4
5There are some minimal requirements to contribute to ``tox.h``: 5There are some minimal requirements to contribute to ``tox.h``:
6* unix environment 6* unix environment
7* ``astyle`` ``>=2.03`` 7* ``astyle`` ``>=2.03``
8* [``apidsl``](https://github.com/iphydf/apidsl) (you can use provided service with curl instead) 8* [``apidsl``](https://github.com/TokTok/apidsl) (you can use provided service with curl instead)
9 9
10## Quick way 10## Quick way
11 11
@@ -39,7 +39,7 @@ And you're done.
39 39
40If you prefer to have more control over what is happening, there are steps below: 40If you prefer to have more control over what is happening, there are steps below:
41 41
421. Install [``apidsl``](https://github.com/iphydf/apidsl) 421. Install [``apidsl``](https://github.com/TokTok/apidsl)
432. Install ``astyle``, version 2.03 or later. 432. Install ``astyle``, version 2.03 or later.
443. Modify [``tox.in.h``](/other/apidsl/tox.in.h) 443. Modify [``tox.in.h``](/other/apidsl/tox.in.h)
454. Use ``apidsl`` ``??`` 454. Use ``apidsl`` ``??``