[Mysqlpl-commits] SF.net SVN: mysqlpl: [4] trunk/d/Doxyfile
Brought to you by:
martinfuchs
|
From: <mar...@us...> - 2007-10-28 16:26:43
|
Revision: 4
http://mysqlpl.svn.sourceforge.net/mysqlpl/?rev=4&view=rev
Author: martinfuchs
Date: 2007-10-28 09:26:40 -0700 (Sun, 28 Oct 2007)
Log Message:
-----------
Update Doxyfile, enable caller graphs
Modified Paths:
--------------
trunk/d/Doxyfile
Modified: trunk/d/Doxyfile
===================================================================
--- trunk/d/Doxyfile 2007-10-28 10:13:19 UTC (rev 3)
+++ trunk/d/Doxyfile 2007-10-28 16:26:40 UTC (rev 4)
@@ -1,4 +1,4 @@
-# Doxyfile 1.5.3
+# Doxyfile 1.5.4
#---------------------------------------------------------------------------
# Project related configuration options
@@ -30,8 +30,10 @@
OPTIMIZE_OUTPUT_JAVA = NO
BUILTIN_STL_SUPPORT = NO
CPP_CLI_SUPPORT = NO
+SIP_SUPPORT = NO
DISTRIBUTE_GROUP_DOC = NO
SUBGROUPING = YES
+TYPEDEF_HIDES_STRUCT = NO
#---------------------------------------------------------------------------
# Build related configuration options
#---------------------------------------------------------------------------
@@ -213,7 +215,7 @@
INCLUDE_GRAPH = YES
INCLUDED_BY_GRAPH = YES
CALL_GRAPH = YES
-CALLER_GRAPH = NO
+CALLER_GRAPH = YES
GRAPHICAL_HIERARCHY = YES
DIRECTORY_GRAPH = YES
DOT_IMAGE_FORMAT = png
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|