From 08d2af5d611319748afba2aaba5e6c8a99f1b396 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 16 Mar 2010 03:13:38 +0100 Subject: Complete documentation of public interface and fix a lot of bogus comments This change unifies the documentation comment syntax, fixes a few bad documentation comments and completes documentation where it was missing. --- include/libimobiledevice/mobilebackup.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/libimobiledevice/mobilebackup.h') diff --git a/include/libimobiledevice/mobilebackup.h b/include/libimobiledevice/mobilebackup.h index d6f9013..6f37a14 100644 --- a/include/libimobiledevice/mobilebackup.h +++ b/include/libimobiledevice/mobilebackup.h @@ -29,7 +29,8 @@ extern "C" { #include -/* Error Codes */ +/** @name Error Codes */ +/*@{*/ #define MOBILEBACKUP_E_SUCCESS 0 #define MOBILEBACKUP_E_INVALID_ARG -1 #define MOBILEBACKUP_E_PLIST_ERROR -2 @@ -38,7 +39,9 @@ extern "C" { #define MOBILEBACKUP_E_REPLY_NOT_OK -5 #define MOBILEBACKUP_E_UNKNOWN_ERROR -256 +/*@}*/ +/** Represents an error code. */ typedef int16_t mobilebackup_error_t; typedef struct mobilebackup_client_private mobilebackup_client_private; -- cgit v1.1-32-gdbae