chore: Remove apidsl comment from tox.h.

There is no more apidsl, so you can edit tox.h manually now.
This commit is contained in:
iphydf 2021-12-23 15:33:03 +00:00
parent 2f546a9710
commit 29eb3dd490
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9
2 changed files with 2 additions and 10 deletions

View File

@ -1,7 +1,7 @@
---
cirrus-ci_task:
container:
image: toxchat/toktok-stack:0.0.30-third_party
image: toxchat/toktok-stack:0.0.31-third_party
cpu: 2
memory: 2G
configure_script:
@ -19,7 +19,7 @@ cirrus-ci_task:
cimple_task:
container:
image: toxchat/toktok-stack:0.0.30-third_party
image: toxchat/toktok-stack:0.0.31-third_party
cpu: 2
memory: 4G
configure_script:

View File

@ -109,14 +109,6 @@ extern "C" {
#endif
/*******************************************************************************
* `tox.h` SHOULD NOT BE EDITED MANUALLY any changes should be made to
* `tox.api.h`, located in `toxcore/`. For instructions on how to
* generate `tox.h` from `tox.api.h` please refer to `docs/apidsl.md`
******************************************************************************/
/**
* The Tox instance type. All the state associated with a connection is held
* within the instance. Multiple instances can exist and operate concurrently.