We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88a4a0a commit a34ea62Copy full SHA for a34ea62
deltachat-ffi/deltachat.h
@@ -4167,6 +4167,10 @@ int64_t dc_lot_get_timestamp (const dc_lot_t* lot);
4167
*/
4168
#define DC_MSG_VIDEOCHAT_INVITATION 70
4169
4170
+/**
4171
+ * @}
4172
+ */
4173
+
4174
4175
/**
4176
* @defgroup DC_SOCKET DC_SOCKET
@@ -4177,11 +4181,6 @@ int64_t dc_lot_get_timestamp (const dc_lot_t* lot);
4177
4181
* @{
4178
4182
4179
4183
4180
-/**
- * @}
- */
-
4184
4185
4186
* Choose socket security automatically.
4187
@@ -4206,7 +4205,6 @@ int64_t dc_lot_get_timestamp (const dc_lot_t* lot);
4206
4205
4207
#define DC_SOCKET_PLAIN 3
4208
4209
4210
4211
* @}
4212
0 commit comments