summaryrefslogtreecommitdiffstats
path: root/avahi-core/core.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-02-17 00:29:23 +0000
committerLennart Poettering <lennart@poettering.net>2006-02-17 00:29:23 +0000
commitb73aab83cbdaaac40c4bb80b82049dc4452b5f1c (patch)
tree2cffd639a42f378c523dbe0947037c58ceab9734 /avahi-core/core.h
parent17a66c826e2a4fd019f32b40c6d549e20a0a61ba (diff)
make anonymous structs appear properly in doxygen
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1144 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-core/core.h')
-rw-r--r--avahi-core/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-core/core.h b/avahi-core/core.h
index fc89eb3..62eeef6 100644
--- a/avahi-core/core.h
+++ b/avahi-core/core.h
@@ -24,7 +24,7 @@
/** \file core.h The Avahi Multicast DNS and DNS Service Discovery implementation. */
-/** An mDNS responder object */
+/** \struct AvahiServer An mDNS responder object */
typedef struct AvahiServer AvahiServer;
#include <avahi-common/cdecl.h>