summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--avahi-common/watch.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/avahi-common/watch.h b/avahi-common/watch.h
index 6d1a36e..80ed888 100644
--- a/avahi-common/watch.h
+++ b/avahi-common/watch.h
@@ -42,10 +42,10 @@ typedef struct AvahiPoll AvahiPoll;
/** Type of watch events */
typedef enum {
- AVAHI_WATCH_IN = POLLIN, /** Input event */
- AVAHI_WATCH_OUT = POLLOUT, /** Output event */
- AVAHI_WATCH_ERR = POLLERR, /** Error event */
- AVAHI_WATCH_HUP = POLLHUP /** Hangup event */
+ AVAHI_WATCH_IN = POLLIN, /**< Input event */
+ AVAHI_WATCH_OUT = POLLOUT, /**< Output event */
+ AVAHI_WATCH_ERR = POLLERR, /**< Error event */
+ AVAHI_WATCH_HUP = POLLHUP /**< Hangup event */
} AvahiWatchEvent;
/** Called whenever an I/O event happens on an I/O watch */