[gssdp] doc: Fix warnings regarding parameters



commit 2e6a9c9485a5eabbfc858df8fcbd70ce59663c5b
Author: Jens Georg <mail jensge org>
Date:   Sun Jun 20 14:30:24 2021 +0200

    doc: Fix warnings regarding parameters

 libgssdp/gssdp-client.h | 5 ++---
 libgssdp/gssdp-error.h  | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/libgssdp/gssdp-client.h b/libgssdp/gssdp-client.h
index 95aedbf..dc09151 100644
--- a/libgssdp/gssdp-client.h
+++ b/libgssdp/gssdp-client.h
@@ -36,12 +36,11 @@ typedef struct _GSSDPClientClass GSSDPClientClass;
 
 /**
  * GSSDPUDAVersion:
- *
- * Implemented behavior of the UDA (Unified Device Architecture) protocol.
- *
  * @GSSDP_UDA_VERSION_UNSPECIFIED: When creating a client, use the default version
  * @GSSDP_UDA_VERSION_1_0: Use Version 1.0 of the UDA specification (UPnP/1.0)
  * @GSSDP_UDA_VERSION_1_1: Use Version 1.1 of the UDA specification (UPnP/1.1)
+ *
+ * Implemented behavior of the UDA (Unified Device Architecture) protocol.
  */
 typedef enum /*< prefix=GSSDP_UDA_ >*/
 {
diff --git a/libgssdp/gssdp-error.h b/libgssdp/gssdp-error.h
index 775e85e..3ec0084 100644
--- a/libgssdp/gssdp-error.h
+++ b/libgssdp/gssdp-error.h
@@ -33,12 +33,12 @@ gssdp_error_quark (void) G_GNUC_CONST;
 
 /**
  * GSSDPError:
- *
- * Error used in client creation.
- *
  * @GSSDP_ERROR_NO_IP_ADDRESS: GSSDP could not find a valid IP address of a
  * #GSSDPClient.
  * @GSSDP_ERROR_FAILED: Unknown error.
+ *
+ * Error used in client creation.
+ *
  */
 typedef enum {
         GSSDP_ERROR_NO_IP_ADDRESS,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]