From 52a9590cf2c8385955d50862810a8508b3e05a8c Mon Sep 17 00:00:00 2001 From: ddennedy Date: Thu, 8 Jan 2009 06:52:59 +0000 Subject: [PATCH] Doxyfile: strip the path to the source files git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1311 d19143bc-622f-0410-bfdd-b5b2a6649095 --- Doxyfile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/Doxyfile b/Doxyfile index 1189be84..db4d60ed 100644 --- a/Doxyfile +++ b/Doxyfile @@ -114,7 +114,7 @@ FULL_PATH_NAMES = YES # If left blank the directory from which doxygen is run is used as the # path to strip. -STRIP_FROM_PATH = +STRIP_FROM_PATH = src/framework/ # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of # the path mentioned in the documentation of a class, which tells @@ -179,9 +179,7 @@ TAB_SIZE = 8 # will result in a user-defined paragraph with heading "Side Effects:". # You can put \n's in the value part of an alias to insert newlines. -ALIASES = -ALIASES += "properties=\xrefitem properties \"Property\" \"Properties Dictionary\"" -ALIASES += "event=\xrefitem event \"Event\" \"Events Dictionary\"" +ALIASES = "properties=\xrefitem properties \"Property\" \"Properties Dictionary\"" "event=\xrefitem event \"Event\" \"Events Dictionary\"" # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C # sources only. Doxygen will then generate output that is more tailored for C. @@ -554,7 +552,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = src/framework +INPUT = src/framework # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is @@ -914,7 +912,7 @@ ENUM_VALUES_PER_LINE = 4 # releases of Doxygen, the values YES and NO are equivalent to FRAME and NONE # respectively. -GENERATE_TREEVIEW = NONE +GENERATE_TREEVIEW = NO # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be # used to set the initial width (in pixels) of the frame in which the tree @@ -1368,7 +1366,7 @@ INCLUDED_BY_GRAPH = YES # the time of a run. So in most cases it will be better to enable call graphs # for selected functions only using the \callgraph command. -CALL_GRAPH = NO +CALL_GRAPH = YES # If the CALLER_GRAPH and HAVE_DOT tags are set to YES then # doxygen will generate a caller dependency graph for every global function -- 2.39.2