X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=doxygen.cfg;h=3ee8daf1e7daf5474062fd5537d0684925aba50d;hb=8d83c6ca359d27f7c90ba874add798d064e58bc2;hp=d79c9a022681f0802da036075cdd8711091fa305;hpb=9642bac4b85de24ce62c53ad6a8e2ab4b2dd31ba;p=catta diff --git a/doxygen.cfg b/doxygen.cfg index d79c9a0..3ee8daf 100644 --- a/doxygen.cfg +++ b/doxygen.cfg @@ -23,7 +23,7 @@ MULTILINE_CPP_IS_BRIEF = NO DETAILS_AT_TOP = YES INHERIT_DOCS = YES DISTRIBUTE_GROUP_DOC = NO -TAB_SIZE = 8 +TAB_SIZE = 4 ALIASES = OPTIMIZE_OUTPUT_FOR_C = YES OPTIMIZE_OUTPUT_JAVA = NO @@ -55,6 +55,7 @@ GENERATE_DEPRECATEDLIST= YES ENABLED_SECTIONS = MAX_INITIALIZER_LINES = 30 SHOW_USED_FILES = YES +SHOW_DIRECTORIES = NO #--------------------------------------------------------------------------- # configuration options related to warning and progress messages #--------------------------------------------------------------------------- @@ -67,14 +68,14 @@ 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-core/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 $(SRCDIR)/avahi-common/error.h $(SRCDIR)/avahi-common/malloc.h $(SRCDIR)/avahi-common/domain.h $(SRCDIR)/avahi-common/gccmacro.h $(SRCDIR)/avahi-common/watch.h $(SRCDIR)/avahi-common/simple-watch.h $(SRCDIR)/avahi-glib/glib-watch.h $(SRCDIR)/avahi-glib/glib-malloc.h $(SRCDIR)/avahi-common/timeval.h $(SRCDIR)/avahi-common/dbus.h +INPUT = $(INPUT) FILE_PATTERNS = RECURSIVE = NO EXCLUDE = EXCLUDE_SYMLINKS = NO EXCLUDE_PATTERNS = -EXAMPLE_PATH = $(SRCDIR)/examples -EXAMPLE_PATTERNS = *.c +EXAMPLE_PATH = $(EXAMPLE_PATH) +EXAMPLE_PATTERNS = $(EXAMPLE_PATTERNS) EXAMPLE_RECURSIVE = NO IMAGE_PATH = INPUT_FILTER = @@ -91,9 +92,9 @@ VERBATIM_HEADERS = YES #--------------------------------------------------------------------------- # configuration options related to the alphabetical class index #--------------------------------------------------------------------------- -ALPHABETICAL_INDEX = NO +ALPHABETICAL_INDEX = YES COLS_IN_ALPHA_INDEX = 5 -IGNORE_PREFIX = +IGNORE_PREFIX = Avahi AVAHI_ avahi_ #--------------------------------------------------------------------------- # configuration options related to the HTML output #---------------------------------------------------------------------------