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-core/core.h | 2 +- avahi-core/lookup.h | 14 +++++++------- avahi-core/publish.h | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'avahi-core') 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 diff --git a/avahi-core/lookup.h b/avahi-core/lookup.h index 0ce6fe8..8395b07 100644 --- a/avahi-core/lookup.h +++ b/avahi-core/lookup.h @@ -27,25 +27,25 @@ /** \example core-browse-services.c Example how to browse for DNS-SD * services using an embedded mDNS stack. */ -/** A browsing object for arbitrary RRs */ +/** \struct AvahiSRecordBrowser A browsing object for arbitrary RRs */ typedef struct AvahiSRecordBrowser AvahiSRecordBrowser; -/** A host name to IP adddress resolver object */ +/** \struct AvahiSHostNameResolve rA host name to IP adddress resolver object */ typedef struct AvahiSHostNameResolver AvahiSHostNameResolver; -/** An IP address to host name resolver object ("reverse lookup") */ +/** \struct AvahiSAddressResolver An IP address to host name resolver object ("reverse lookup") */ typedef struct AvahiSAddressResolver AvahiSAddressResolver; -/** A local domain browsing object. May be used to enumerate domains used on the local LAN */ +/** \struct AvahiSDomainBrowser A local domain browsing object. May be used to enumerate domains used on the local LAN */ typedef struct AvahiSDomainBrowser AvahiSDomainBrowser; -/** A DNS-SD service type browsing object. May be used to enumerate the service types of all available services on the local LAN */ +/** \struct AvahiSServiceTypeBrowser A DNS-SD service type browsing object. May be used to enumerate the service types of all available services on the local LAN */ typedef struct AvahiSServiceTypeBrowser AvahiSServiceTypeBrowser; -/** A DNS-SD service browser. Use this to enumerate available services of a certain kind on the local LAN. Use AvahiSServiceResolver to get specific service data like address and port for a service. */ +/** \struct AvahiSServiceBrowser A DNS-SD service browser. Use this to enumerate available services of a certain kind on the local LAN. Use AvahiSServiceResolver to get specific service data like address and port for a service. */ typedef struct AvahiSServiceBrowser AvahiSServiceBrowser; -/** A DNS-SD service resolver. Use this to retrieve addres, port and TXT data for a DNS-SD service */ +/** \struct AvahiSServiceResolver A DNS-SD service resolver. Use this to retrieve addres, port and TXT data for a DNS-SD service */ typedef struct AvahiSServiceResolver AvahiSServiceResolver; #include diff --git a/avahi-core/publish.h b/avahi-core/publish.h index 77c49af..9edd4cb 100644 --- a/avahi-core/publish.h +++ b/avahi-core/publish.h @@ -28,7 +28,7 @@ * service using an embedded mDNS stack. It behaves like a network * printer registering both an IPP and a BSD LPR service. */ -/** A group of locally registered DNS RRs */ +/** \struct AvahiSEntryGroup A group of locally registered DNS RRs */ typedef struct AvahiSEntryGroup AvahiSEntryGroup; #include -- cgit