Skip to content

Commit 3a861d2

Browse files
committed
some doxygen fixes
1 parent eb0f896 commit 3a861d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deltachat-ffi/deltachat.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -2661,7 +2661,7 @@ void dc_str_unref (char* str);
26612661
* During execution of the job #DC_EVENT_IMEX_PROGRESS is sent out to indicate
26622662
* state and progress.
26632663
*
2664-
* @memberof dc_backup_sender_t
2664+
* @memberof dc_backup_provider_t
26652665
* @param context The context.
26662666
* @return Opaque object for sending the backup.
26672667
* On errors, NULL is returned and dc_get_last_error() returns an error that
@@ -2681,7 +2681,6 @@ dc_backup_provider_t* dc_backup_provider_new (dc_context_t* context);
26812681
* dc_get_backup().
26822682
*
26832683
* @memberof dc_backup_provider_t
2684-
* @param context The context.
26852684
* @param backup_provider The backup provider object as created by
26862685
* dc_backup_provider_new().
26872686
* @return The text that should be put in the QR code.
@@ -2698,7 +2697,6 @@ char* dc_backup_provider_get_qr (const dc_backup_provider_t* backup_provider);
26982697
* SVG image containing the QR code.
26992698
*
27002699
* @memberof dc_backup_provider_t
2701-
* @param context The context.
27022700
* @param backup_provider The backup provider object as created by
27032701
* dc_backup_provider_new().
27042702
* @return The QR code rendered as SVG.
@@ -2715,7 +2713,6 @@ char* dc_backup_provider_get_qr_svg (const dc_backup_provider_t* backup_provider
27152713
* dc_start_io().
27162714
*
27172715
* @memberof dc_backup_provider_t
2718-
* @param context The context.
27192716
* @param backup_provider The backup provider object as created by
27202717
* dc_backup_provider_new(). If NULL is given nothing is done.
27212718
*/
@@ -2725,6 +2722,8 @@ void dc_backup_provider_wait (dc_backup_provider_t* backup_provider);
27252722
* Frees a dc_backup_provider_t object.
27262723
*
27272724
* @memberof dc_backup_provider_t
2725+
* @param backup_provider The backup provider object as created by
2726+
* dc_backup_provider_new().
27282727
*/
27292728
void dc_backup_provider_unref (dc_backup_provider_t* backup_provider);
27302729

@@ -2745,6 +2744,7 @@ void dc_backup_provider_unref (dc_backup_provider_t* backup_provider);
27452744
* for showing progress and informational only, success and failure is also
27462745
* shown in the return code of this function.
27472746
*
2747+
* @memberof dc_context_t
27482748
* @param context The context.
27492749
* @param qr The qr code text, dc_check_qr() must have returned DC_QR_BACKUP
27502750
* on this text.

0 commit comments

Comments
 (0)