summaryrefslogtreecommitdiff
path: root/other/apidsl
diff options
context:
space:
mode:
Diffstat (limited to 'other/apidsl')
-rw-r--r--other/apidsl/tox.in.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/other/apidsl/tox.in.h b/other/apidsl/tox.in.h
index b769135a..5b371c17 100644
--- a/other/apidsl/tox.in.h
+++ b/other/apidsl/tox.in.h
@@ -516,6 +516,8 @@ static class options {
516 * NULL, the default options are used. 516 * NULL, the default options are used.
517 * 517 *
518 * @see $iterate for the event loop. 518 * @see $iterate for the event loop.
519 *
520 * @return A new Tox instance pointer on success or NULL on failure.
519 */ 521 */
520static this new(const options_t *options) { 522static this new(const options_t *options) {
521 NULL, 523 NULL,