diff options
author | Trent Lloyd <lathiat@bur.st> | 2005-08-08 18:20:03 +0000 |
---|---|---|
committer | Trent Lloyd <lathiat@bur.st> | 2005-08-08 18:20:03 +0000 |
commit | a653540edf61c4c3fc5c7541d30bb40f92088ec0 (patch) | |
tree | 958dcacae6abe05754e7a6a20748690ac07db69f | |
parent | 08ca184bebfba7011d8401d64a29caf43881e9a5 (diff) |
* Add avahi-client to the doxygen run
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@277 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r-- | avahi-client/client.h | 4 | ||||
-rw-r--r-- | doxygen.cfg | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/avahi-client/client.h b/avahi-client/client.h index 0fb6419..e0af110 100644 --- a/avahi-client/client.h +++ b/avahi-client/client.h @@ -26,7 +26,9 @@ /** \file client.h Definitions and functions for the client API over D-Bus */ +#ifndef DOXYGEN_SHOULD_SKIP_THIS AVAHI_C_DECL_BEGIN +#endif typedef struct _AvahiClient AvahiClient; @@ -47,6 +49,8 @@ char* avahi_client_get_domain_name (AvahiClient*); /** Get FQDN domain name */ char* avahi_client_get_host_name_fqdn (AvahiClient*); +#ifndef DOXYGEN_SHOULD_SKIP_THIS AVAHI_C_DECL_END +#endif #endif diff --git a/doxygen.cfg b/doxygen.cfg index 4c426f0..29fed1e 100644 --- a/doxygen.cfg +++ b/doxygen.cfg @@ -67,7 +67,7 @@ WARN_LOGFILE = #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = $(SRCDIR)/avahi-common/cdecl.h $(SRCDIR)/avahi-core/core.h $(SRCDIR)/avahi-common/address.h $(SRCDIR)/avahi-common/rr.h $(SRCDIR)/avahi-common/strlst.h $(SRCDIR)/avahi-common/alternative.h $(SRCDIR)/avahi-core/log.h $(SRCDIR)/avahi-common/defs.h +INPUT = $(SRCDIR)/avahi-common/cdecl.h $(SRCDIR)/avahi-core/core.h $(SRCDIR)/avahi-common/address.h $(SRCDIR)/avahi-common/rr.h $(SRCDIR)/avahi-common/strlst.h $(SRCDIR)/avahi-common/alternative.h $(SRCDIR)/avahi-core/log.h $(SRCDIR)/avahi-common/defs.h $(SRCDIR)/avahi-client/client.h FILE_PATTERNS = RECURSIVE = NO EXCLUDE = |