X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Doxyfile.in;h=dbbdb4f746456e919931907d6ab9f80409ed5f04;hb=f3bcc8508e36c13144c5122bf433a43c31c969eb;hp=c476deb0bad2dc5a4de1a8ed1a6cdaa74a78d900;hpb=7265423411609c14ddb9e6643463b840afcaa09b;p=platform%2Fupstream%2Fdbus.git diff --git a/Doxyfile.in b/Doxyfile.in index c476deb..dbbdb4f 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -3,7 +3,7 @@ #--------------------------------------------------------------------------- # General configuration options #--------------------------------------------------------------------------- -PROJECT_NAME = D-BUS +PROJECT_NAME = D-Bus PROJECT_NUMBER = @VERSION@ OUTPUT_DIRECTORY = doc/api OUTPUT_LANGUAGE = English @@ -49,7 +49,7 @@ WARN_LOGFILE = #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = dbus bus glib +INPUT = @top_srcdir@/dbus FILE_PATTERNS = *.c *.h RECURSIVE = YES #EXCLUDE = test @@ -102,6 +102,7 @@ DISABLE_INDEX = NO ENUM_VALUES_PER_LINE = 4 GENERATE_TREEVIEW = NO TREEVIEW_WIDTH = 250 +HTML_TIMESTAMP = NO #--------------------------------------------------------------------------- # configuration options related to the LaTeX output #--------------------------------------------------------------------------- @@ -133,7 +134,7 @@ MAN_LINKS = YES #--------------------------------------------------------------------------- # configuration options related to the XML output #--------------------------------------------------------------------------- -GENERATE_XML = NO +GENERATE_XML = YES #--------------------------------------------------------------------------- # Configuration options related to the preprocessor #--------------------------------------------------------------------------- @@ -143,8 +144,11 @@ EXPAND_ONLY_PREDEF = YES SEARCH_INCLUDES = YES INCLUDE_PATH = INCLUDE_FILE_PATTERNS = -PREDEFINED = "DBUS_BEGIN_DECLS=" "DBUS_END_DECLS=" "DOXYGEN_SHOULD_SKIP_THIS" -EXPAND_AS_DEFINED = +PREDEFINED = "DBUS_BEGIN_DECLS=" \ + "DBUS_END_DECLS=" \ + "DOXYGEN_SHOULD_SKIP_THIS" \ + "DBUS_GNUC_DEPRECATED=" \ + "_DBUS_GNUC_PRINTF(from,to)=" SKIP_FUNCTION_MACROS = YES #--------------------------------------------------------------------------- # Configuration::addtions related to external references @@ -175,9 +179,3 @@ DOT_CLEANUP = YES # Configuration::addtions related to the search engine #--------------------------------------------------------------------------- SEARCHENGINE = NO -CGI_NAME = -CGI_URL = -DOC_URL = -DOC_ABSPATH = -BIN_ABSPATH = -EXT_DOC_PATHS =