summaryrefslogtreecommitdiff
path: root/toxcore
diff options
context:
space:
mode:
authorZetok Zalbavar <zexavexxe@gmail.com>2015-06-20 01:22:46 +0100
committerZetok Zalbavar <zexavexxe@gmail.com>2015-06-20 01:22:46 +0100
commit68dc14f80c7ae202ababbd0372a04b137ea8b563 (patch)
tree555462d287d3b54152c58c100591c88b1c0f5e33 /toxcore
parent67df1ab7ce6b6cb8103ddf73df814f685240a59c (diff)
Add real instruction on how to use APIDSL and astyle
also add to "tox{,.in}.h" note that "tox.h" shouldn't be edited directly, pointing to "tox.in.h"
Diffstat (limited to 'toxcore')
-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