summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2019-11-06 22:28:31 +0100
committerGravatar Nikias Bassen2019-11-06 22:29:07 +0100
commit53e832a84c7bc5b1549cbf31a9a0eba8b6266115 (patch)
tree33aa415d993d4d4de00b40208a13bff53f7842be
parent1e7711d2a7c23998e250fa1ca2378a0da4021b0a (diff)
downloadlibusbmuxd-53e832a84c7bc5b1549cbf31a9a0eba8b6266115.tar.gz
libusbmuxd-53e832a84c7bc5b1549cbf31a9a0eba8b6266115.tar.bz2
Fix enum comments in doxygen compatible way
-rw-r--r--include/usbmuxd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/usbmuxd.h b/include/usbmuxd.h
index 9323717..efda52a 100644
--- a/include/usbmuxd.h
+++ b/include/usbmuxd.h
@@ -30,9 +30,9 @@ extern "C" {
/** Device lookup options for usbmuxd_get_device. */
enum usbmux_lookup_options {
- DEVICE_LOOKUP_USBMUX = 1 << 1, /** include USBMUX devices during lookup */
- DEVICE_LOOKUP_NETWORK = 1 << 2, /** include network devices during lookup */
- DEVICE_LOOKUP_PREFER_NETWORK = 1 << 3 /** prefer network connection if device is available via USBMUX *and* network */
+ DEVICE_LOOKUP_USBMUX = 1 << 1, /**< include USBMUX devices during lookup */
+ DEVICE_LOOKUP_NETWORK = 1 << 2, /**< include network devices during lookup */
+ DEVICE_LOOKUP_PREFER_NETWORK = 1 << 3 /**< prefer network connection if device is available via USBMUX *and* network */
};
/** Type of connection a device is available on */