[Mysqlpl-commits] SF.net SVN: mysqlpl: [5] trunk/c++/Doxyfile
Brought to you by:
martinfuchs
|
From: <mar...@us...> - 2007-10-28 16:28:31
|
Revision: 5
http://mysqlpl.svn.sourceforge.net/mysqlpl/?rev=5&view=rev
Author: martinfuchs
Date: 2007-10-28 09:28:19 -0700 (Sun, 28 Oct 2007)
Log Message:
-----------
Update Doxyfile, enable caller graphs
Modified Paths:
--------------
trunk/c++/Doxyfile
Modified: trunk/c++/Doxyfile
===================================================================
--- trunk/c++/Doxyfile 2007-10-28 16:26:40 UTC (rev 4)
+++ trunk/c++/Doxyfile 2007-10-28 16:28:19 UTC (rev 5)
@@ -1,4 +1,4 @@
-# Doxyfile 1.5.3
+# Doxyfile 1.5.4
#---------------------------------------------------------------------------
# Project related configuration options
@@ -11,17 +11,7 @@
OUTPUT_LANGUAGE = English
BRIEF_MEMBER_DESC = YES
REPEAT_BRIEF = YES
-ABBREVIATE_BRIEF = "The $name class " \
- "The $name widget " \
- "The $name file " \
- is \
- provides \
- specifies \
- contains \
- represents \
- a \
- an \
- the
+ABBREVIATE_BRIEF =
ALWAYS_DETAILED_SEC = NO
INLINE_INHERITED_MEMB = YES
FULL_PATH_NAMES = NO
@@ -40,8 +30,10 @@
OPTIMIZE_OUTPUT_JAVA = NO
BUILTIN_STL_SUPPORT = YES
CPP_CLI_SUPPORT = NO
+SIP_SUPPORT = NO
DISTRIBUTE_GROUP_DOC = NO
SUBGROUPING = YES
+TYPEDEF_HIDES_STRUCT = NO
#---------------------------------------------------------------------------
# Build related configuration options
#---------------------------------------------------------------------------
@@ -223,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.
|