summaryrefslogtreecommitdiffstats
path: root/avahi-client
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-client
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-client')
-rw-r--r--avahi-client/client.h2
-rw-r--r--avahi-client/lookup.h14
-rw-r--r--avahi-client/publish.h2
3 files changed, 9 insertions, 9 deletions
diff --git a/avahi-client/client.h b/avahi-client/client.h
index 16fde91..87c275b 100644
--- a/avahi-client/client.h
+++ b/avahi-client/client.h
@@ -38,7 +38,7 @@
AVAHI_C_DECL_BEGIN
-/** A connection context */
+/** \struct AvahiClient A connection context */
typedef struct AvahiClient AvahiClient;
/** States of a client object, a superset of AvahiServerState */
diff --git a/avahi-client/lookup.h b/avahi-client/lookup.h
index 89d1fb2..0087bdc 100644
--- a/avahi-client/lookup.h
+++ b/avahi-client/lookup.h
@@ -40,25 +40,25 @@
AVAHI_C_DECL_BEGIN
-/** A domain browser object */
+/** \struct AvahiDomainBrowser A domain browser object */
typedef struct AvahiDomainBrowser AvahiDomainBrowser;
-/** A service browser object */
+/** \struct AvahiServiceBrowser A service browser object */
typedef struct AvahiServiceBrowser AvahiServiceBrowser;
-/** A service type browser object */
+/** \struct AvahiServiceTypeBrowser A service type browser object */
typedef struct AvahiServiceTypeBrowser AvahiServiceTypeBrowser;
-/** A service resolver object */
+/** \struct AvahiServiceResolver A service resolver object */
typedef struct AvahiServiceResolver AvahiServiceResolver;
-/** A service resolver object */
+/** \struct AvahiHostNameResolver A service resolver object */
typedef struct AvahiHostNameResolver AvahiHostNameResolver;
-/** An address resolver object */
+/** \struct AvahiAddressResolver An address resolver object */
typedef struct AvahiAddressResolver AvahiAddressResolver;
-/** A record browser object */
+/** \struct AvahiRecordBrowser A record browser object */
typedef struct AvahiRecordBrowser AvahiRecordBrowser;
/** The function prototype for the callback of an AvahiDomainBrowser */
diff --git a/avahi-client/publish.h b/avahi-client/publish.h
index 053ea88..9deccf1 100644
--- a/avahi-client/publish.h
+++ b/avahi-client/publish.h
@@ -41,7 +41,7 @@
AVAHI_C_DECL_BEGIN
-/** An entry group object */
+/** \struct AvahiEntryGroup An entry group object */
typedef struct AvahiEntryGroup AvahiEntryGroup;
/** The function prototype for the callback of an AvahiEntryGroup */