mysqlpl-commits Mailing List for MySQLPL
Brought to you by:
martinfuchs
You can subscribe to this list here.
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2008 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <mar...@us...> - 2008-02-04 09:23:28
|
Revision: 6
http://mysqlpl.svn.sourceforge.net/mysqlpl/?rev=6&view=rev
Author: martinfuchs
Date: 2008-02-04 01:23:16 -0800 (Mon, 04 Feb 2008)
Log Message:
-----------
remove superfluous space
Modified Paths:
--------------
trunk/c++/Doxyfile
Modified: trunk/c++/Doxyfile
===================================================================
--- trunk/c++/Doxyfile 2007-10-28 16:28:19 UTC (rev 5)
+++ trunk/c++/Doxyfile 2008-02-04 09:23:16 UTC (rev 6)
@@ -72,7 +72,7 @@
WARN_IF_UNDOCUMENTED = YES
WARN_IF_DOC_ERROR = YES
WARN_NO_PARAMDOC = NO
-WARN_FORMAT = "$file:$line: $text "
+WARN_FORMAT = "$file:$line: $text"
WARN_LOGFILE =
#---------------------------------------------------------------------------
# configuration options related to the input files
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
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.
|
|
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.
|
|
From: <mar...@us...> - 2007-10-28 10:13:22
|
Revision: 3
http://mysqlpl.svn.sourceforge.net/mysqlpl/?rev=3&view=rev
Author: martinfuchs
Date: 2007-10-28 03:13:19 -0700 (Sun, 28 Oct 2007)
Log Message:
-----------
rename doxy subdirectory
Modified Paths:
--------------
trunk/c++/Doxyfile
trunk/d/Doxyfile
Modified: trunk/c++/Doxyfile
===================================================================
--- trunk/c++/Doxyfile 2007-10-27 18:01:28 UTC (rev 2)
+++ trunk/c++/Doxyfile 2007-10-28 10:13:19 UTC (rev 3)
@@ -6,7 +6,7 @@
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = MySQLPL/C++
PROJECT_NUMBER =
-OUTPUT_DIRECTORY = doxy-cpp
+OUTPUT_DIRECTORY = doxy
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
BRIEF_MEMBER_DESC = YES
Modified: trunk/d/Doxyfile
===================================================================
--- trunk/d/Doxyfile 2007-10-27 18:01:28 UTC (rev 2)
+++ trunk/d/Doxyfile 2007-10-28 10:13:19 UTC (rev 3)
@@ -6,7 +6,7 @@
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = MySQLPL/D
PROJECT_NUMBER =
-OUTPUT_DIRECTORY = doxy-d
+OUTPUT_DIRECTORY = doxy
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
BRIEF_MEMBER_DESC = YES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|