Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Remove apidsl comment from tox.h. #1810

Merged
merged 1 commit into from
Dec 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand Down
8 changes: 0 additions & 8 deletions toxcore/tox.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down