From b73aab83cbdaaac40c4bb80b82049dc4452b5f1c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 17 Feb 2006 00:29:23 +0000 Subject: make anonymous structs appear properly in doxygen git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1144 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-common/simple-watch.h | 2 +- avahi-common/thread-watch.h | 2 +- avahi-common/watch.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'avahi-common') diff --git a/avahi-common/simple-watch.h b/avahi-common/simple-watch.h index 7c83db3..c3d799d 100644 --- a/avahi-common/simple-watch.h +++ b/avahi-common/simple-watch.h @@ -30,7 +30,7 @@ AVAHI_C_DECL_BEGIN -/** A main loop object. Main loops of this type aren't very flexible +/** \struct AvahiSimplePoll A main loop object. Main loops of this type aren't very flexible * since they only support a single wakeup type. Nevertheless it * should suffice for small test and example applications. */ typedef struct AvahiSimplePoll AvahiSimplePoll; diff --git a/avahi-common/thread-watch.h b/avahi-common/thread-watch.h index 469ffe5..1d674ad 100644 --- a/avahi-common/thread-watch.h +++ b/avahi-common/thread-watch.h @@ -30,7 +30,7 @@ AVAHI_C_DECL_BEGIN -/** A main loop object that runs an AvahiSimplePoll in its own thread. \since 0.6.4 */ +/** \struct AvahiThreadedPoll A main loop object that runs an AvahiSimplePoll in its own thread. \since 0.6.4 */ typedef struct AvahiThreadedPoll AvahiThreadedPoll; /** Create a new event loop object. This will allocate the internal diff --git a/avahi-common/watch.h b/avahi-common/watch.h index 6d1a36e..c779a58 100644 --- a/avahi-common/watch.h +++ b/avahi-common/watch.h @@ -31,10 +31,10 @@ AVAHI_C_DECL_BEGIN -/** An I/O watch object */ +/** \struct AvahiWatch An I/O watch object */ typedef struct AvahiWatch AvahiWatch; -/** A timeout watch object */ +/** \struct AvahiTimeout A timeout watch object */ typedef struct AvahiTimeout AvahiTimeout; /** An event polling abstraction object */ -- cgit