[Mysqlpl-commits] SF.net SVN: mysqlpl: [3] trunk
Brought to you by:
martinfuchs
|
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.
|