From 21a04409aa018ba0a690d8978a4105f0d9994896 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Tue, 18 Apr 2017 18:02:34 +0200 Subject: [PATCH] Fix automatic wrapper generation. --- include/linphone/misc.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linphone/misc.h b/include/linphone/misc.h index 6f04e1c2a..f4e074afa 100644 --- a/include/linphone/misc.h +++ b/include/linphone/misc.h @@ -170,12 +170,14 @@ LINPHONE_PUBLIC int linphone_reason_to_error_code(LinphoneReason reason); /** * Increment refcount. * @param[in] range LinphoneRange object + * @ingroup misc **/ LINPHONE_PUBLIC LinphoneRange *linphone_range_ref(LinphoneRange *range); /** * Decrement refcount and possibly free the object. * @param[in] range LinphoneRange object + * @ingroup misc **/ LINPHONE_PUBLIC void linphone_range_unref(LinphoneRange *range);