]> git.meshlink.io Git - catta/commitdiff
make anonymous structs appear properly in doxygen
authorLennart Poettering <lennart@poettering.net>
Fri, 17 Feb 2006 00:29:23 +0000 (00:29 +0000)
committerLennart Poettering <lennart@poettering.net>
Fri, 17 Feb 2006 00:29:23 +0000 (00:29 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1144 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-client/client.h
avahi-client/lookup.h
avahi-client/publish.h
avahi-common/simple-watch.h
avahi-common/thread-watch.h
avahi-common/watch.h
avahi-core/core.h
avahi-core/lookup.h
avahi-core/publish.h
avahi-glib/glib-watch.h
doxygen.cfg

index 16fde9109b494482c79496a95e8539ffcfc0a90d..87c275b54e4f471095bc755930b9210c38504566 100644 (file)
@@ -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 */
index 89d1fb248839075a955180edb317b18507e4e3e8..0087bdcefe26aa78443ee09cb9328b3f36fa07e5 100644 (file)
 
 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 */
index 053ea8885e1b7b02522e625c58305840f223714a..9deccf17a06188d92da2dfaffdb4971716b842ce 100644 (file)
@@ -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 */
index 7c83db39f50c424285199ddcccd9728ed39ca267..c3d799d632b71c4b71ad6e6daa44b29267744ff7 100644 (file)
@@ -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;
index 469ffe57a8b02064b2559271f0e39827bbfdb84e..1d674addafd2c56aa8c49526517037b5cec858ae 100644 (file)
@@ -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
index 6d1a36e56fd56a12de6245a1860ffd428a961323..c779a58214f81f728c592e12cac11412be354943 100644 (file)
 
 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 */
index fc89eb33c046f2812ea4ce573b1f769817eb8b2f..62eeef6a0c9359e6ab2acb06a1b8a408363ca259 100644 (file)
@@ -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>
index 0ce6fe80ef9aff40dea06a3456dbda0d5d096e79..8395b07a9b2343d6f1373fb5dfc2d7b8d4082f46 100644 (file)
 /** \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 <avahi-common/cdecl.h>
index 77c49afc95b3bda423792898dac73b83bce5059e..9edd4cb6f9c853b0f9a75bd9c3f6c0805c6fc131 100644 (file)
@@ -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 <avahi-common/cdecl.h>
index 895a6866e5028a228851c2b6da254cdc477397ab..f66be700d46e29e3b1e5879a1aafa3268810a322 100644 (file)
@@ -31,7 +31,8 @@
 
 AVAHI_C_DECL_BEGIN
 
-/** GLib main loop adapter. You can safely cast this into a GSource */
+/** \struct AvahiGLibPoll
+ * GLib main loop adapter. You can safely cast this into a GSource */
 typedef struct AvahiGLibPoll AvahiGLibPoll;
 
 /** Create a new GLib main loop adapter attached to the specified
index eee8b1d839d2b42b5649fe23a84fc896131481f6..39af3745346714563f24424de72a2e3bce2bc4ed 100644 (file)
@@ -112,7 +112,7 @@ GENERATE_CHI           = $(GENERATE_CHI)
 BINARY_TOC             = NO
 TOC_EXPAND             = NO
 DISABLE_INDEX          = NO
-ENUM_VALUES_PER_LINE   = 4
+ENUM_VALUES_PER_LINE   = 1
 GENERATE_TREEVIEW      = YES
 TREEVIEW_WIDTH         = 250
 #---------------------------------------------------------------------------