diff options
author | Trent Lloyd <lathiat@bur.st> | 2006-11-19 08:04:07 +0000 |
---|---|---|
committer | Trent Lloyd <lathiat@bur.st> | 2006-11-19 08:04:07 +0000 |
commit | a3770ae01c6c0af893af0a36ceecba6ff301c6f4 (patch) | |
tree | 684189834b6fa5ae219669743e2f4177118f663d /avahi-common/watch.h | |
parent | d69dab67631a912244d2de9a3fd2eb5715f01185 (diff) |
* 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
Diffstat (limited to 'avahi-common/watch.h')
-rw-r--r-- | avahi-common/watch.h | 8 |
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 */ |