summaryrefslogtreecommitdiffstats
path: root/avahi-common
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-02-20 16:21:29 +0000
committerLennart Poettering <lennart@poettering.net>2006-02-20 16:21:29 +0000
commit7c171df2b2ae4d3f2cbab669d5b5b96562bdd9a8 (patch)
treecaa8ab150b71c1dd7286300495718c067024125d /avahi-common
parent187fe65eead4e4afdfe64b1b1ee72d276ca10d51 (diff)
reverse 1144, since it broke more things than it fixed
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1151 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-common')
-rw-r--r--avahi-common/simple-watch.h2
-rw-r--r--avahi-common/thread-watch.h2
-rw-r--r--avahi-common/watch.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/avahi-common/simple-watch.h b/avahi-common/simple-watch.h
index c3d799d..7c83db3 100644
--- a/avahi-common/simple-watch.h
+++ b/avahi-common/simple-watch.h
@@ -30,7 +30,7 @@
AVAHI_C_DECL_BEGIN
-/** \struct AvahiSimplePoll A main loop object. Main loops of this type aren't very flexible
+/** 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 1d674ad..469ffe5 100644
--- a/avahi-common/thread-watch.h
+++ b/avahi-common/thread-watch.h
@@ -30,7 +30,7 @@
AVAHI_C_DECL_BEGIN
-/** \struct AvahiThreadedPoll A main loop object that runs an AvahiSimplePoll in its own thread. \since 0.6.4 */
+/** 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 c779a58..6d1a36e 100644
--- a/avahi-common/watch.h
+++ b/avahi-common/watch.h
@@ -31,10 +31,10 @@
AVAHI_C_DECL_BEGIN
-/** \struct AvahiWatch An I/O watch object */
+/** An I/O watch object */
typedef struct AvahiWatch AvahiWatch;
-/** \struct AvahiTimeout A timeout watch object */
+/** A timeout watch object */
typedef struct AvahiTimeout AvahiTimeout;
/** An event polling abstraction object */