summaryrefslogtreecommitdiff
path: root/other/apidsl/tox.in.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-06-19 21:50:59 -0400
committerirungentoo <irungentoo@gmail.com>2015-06-19 21:50:59 -0400
commit8383cc5ae327ba31b461493b571d0ee0834ef333 (patch)
treea73623614827ce0b78a1692cf7109c1235bd4c14 /other/apidsl/tox.in.h
parent64084ebf8a08d5ccf41845031909b97287860556 (diff)
parent68dc14f80c7ae202ababbd0372a04b137ea8b563 (diff)
Merge branch 'contributing' of https://github.com/zetok/ProjectTox-Core
Diffstat (limited to 'other/apidsl/tox.in.h')
-rw-r--r--other/apidsl/tox.in.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/other/apidsl/tox.in.h b/other/apidsl/tox.in.h
index 30c78e44..189fc43d 100644
--- a/other/apidsl/tox.in.h
+++ b/other/apidsl/tox.in.h
@@ -34,6 +34,14 @@ extern "C" {
34#endif 34#endif
35%} 35%}
36 36
37
38/*****************************************************************************
39 * `tox.h` SHOULD *NOT* BE EDITED MANUALLY – any changes should be made to *
40 * `tox.in.h`, located in `other/apidsl/`. For instructions on how to *
41 * generate `tox.h` from `tox.in.h` please refer to `other/apidsl/README.md` *
42 *****************************************************************************/
43
44
37/** \page core Public core API for Tox clients. 45/** \page core Public core API for Tox clients.
38 * 46 *
39 * Every function that can fail takes a function-specific error code pointer 47 * Every function that can fail takes a function-specific error code pointer