From a3770ae01c6c0af893af0a36ceecba6ff301c6f4 Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Sun, 19 Nov 2006 08:04:07 +0000 Subject: * Fix doxygen comments for avahi watch, thanks to tedp (Closes: #77) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1335 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-common/watch.h | 8 ++++---- 1 file 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 */ -- cgit