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/sbservices.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/libimobiledevice/sbservices.h') diff --git a/include/libimobiledevice/sbservices.h b/include/libimobiledevice/sbservices.h index 0fcec86..71e951e 100644 --- a/include/libimobiledevice/sbservices.h +++ b/include/libimobiledevice/sbservices.h @@ -29,14 +29,17 @@ extern "C" { #include -/* Error Codes */ +/** @name Error Codes */ +/*@{*/ #define SBSERVICES_E_SUCCESS 0 #define SBSERVICES_E_INVALID_ARG -1 #define SBSERVICES_E_PLIST_ERROR -2 #define SBSERVICES_E_CONN_FAILED -3 #define SBSERVICES_E_UNKNOWN_ERROR -256 +/*@}*/ +/** Represents an error code. */ typedef int16_t sbservices_error_t; typedef struct sbservices_client_private sbservices_client_private; -- cgit v1.1-32-gdbae