summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/tox.h')
-rw-r--r--toxcore/tox.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h
index 14c9f616..fd0792f2 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -32,6 +32,15 @@
32extern "C" { 32extern "C" {
33#endif 33#endif
34 34
35
36/*******************************************************************************
37 * `tox.h` SHOULD *NOT* BE EDITED MANUALLY – any changes should be made to *
38 * `tox.in.h`, located in `other/apidsl/`. For instructions on how to *
39 * generate `tox.h` from `tox.in.h` please refer to `other/apidsl/README.md` *
40 ******************************************************************************/
41
42
43
35/** \page core Public core API for Tox clients. 44/** \page core Public core API for Tox clients.
36 * 45 *
37 * Every function that can fail takes a function-specific error code pointer 46 * Every function that can fail takes a function-specific error code pointer