summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2020-02-14 15:56:35 +0000
committerRichard Hughes <richard@hughsie.com>2020-02-20 09:30:28 +0000
commit6f53b5b40daf768bdb5df6985b96b77653e75519 (patch)
treee7a4aff37bed03e9209b1a1e99e0a7d68d66c14a
parent2672bfb62b9e206dc5ae2a168a0de98333ddbb0f (diff)
downloadgusb-6f53b5b40daf768bdb5df6985b96b77653e75519.tar.gz
trivial: Fix the gtk-doc markup in GUsbEndpoint
-rw-r--r--gusb/gusb-endpoint.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gusb/gusb-endpoint.c b/gusb/gusb-endpoint.c
index 6fef093..366ea7e 100644
--- a/gusb/gusb-endpoint.c
+++ b/gusb/gusb-endpoint.c
@@ -75,7 +75,7 @@ _g_usb_endpoint_new (const struct libusb_endpoint_descriptor *endpoint_descripto
return G_USB_ENDPOINT (endpoint);
}
-/*
+/**
* g_usb_endpoint_get_kind:
* @endpoint: a #GUsbEndpoint
*
@@ -92,7 +92,7 @@ g_usb_endpoint_get_kind (GUsbEndpoint *endpoint)
return endpoint->endpoint_descriptor.bDescriptorType;
}
-/*
+/**
* g_usb_endpoint_get_maximum_packet_size:
* @endpoint: a #GUsbEndpoint
*
@@ -109,7 +109,7 @@ g_usb_endpoint_get_maximum_packet_size (GUsbEndpoint *endpoint)
return endpoint->endpoint_descriptor.wMaxPacketSize;
}
-/*
+/**
* g_usb_endpoint_get_polling_interval:
* @endpoint: a #GUsbEndpoint
*
@@ -126,7 +126,7 @@ g_usb_endpoint_get_polling_interval (GUsbEndpoint *endpoint)
return endpoint->endpoint_descriptor.bInterval;
}
-/*
+/**
* g_usb_endpoint_get_refresh:
* @endpoint: a #GUsbEndpoint
*
@@ -143,7 +143,7 @@ g_usb_endpoint_get_refresh (GUsbEndpoint *endpoint)
return endpoint->endpoint_descriptor.bRefresh;
}
-/*
+/**
* g_usb_endpoint_get_synch_address:
* @endpoint: a #GUsbEndpoint
*