[mapguide-commits] r7002 - branches/2.4/MgDev/Doc

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Sep 12 07:26:20 PDT 2012


Author: jng
Date: 2012-09-12 07:26:18 -0700 (Wed, 12 Sep 2012)
New Revision: 7002

Modified:
   branches/2.4/MgDev/Doc/MgDesktop_Doxyfile
   branches/2.4/MgDev/Doc/MgOpenSource_Doxyfile
Log:
#2114: Make doxygen output XML in addition to HTML

Modified: branches/2.4/MgDev/Doc/MgDesktop_Doxyfile
===================================================================
--- branches/2.4/MgDev/Doc/MgDesktop_Doxyfile	2012-09-11 17:12:28 UTC (rev 7001)
+++ branches/2.4/MgDev/Doc/MgDesktop_Doxyfile	2012-09-12 14:26:18 UTC (rev 7002)
@@ -314,8 +314,8 @@
 #---------------------------------------------------------------------------
 # configuration options related to the XML output
 #---------------------------------------------------------------------------
-GENERATE_XML           = NO
-XML_OUTPUT             = xml
+GENERATE_XML           = YES
+XML_OUTPUT             = mgdesktop_xml
 XML_SCHEMA             =
 XML_DTD                =
 XML_PROGRAMLISTING     = YES

Modified: branches/2.4/MgDev/Doc/MgOpenSource_Doxyfile
===================================================================
--- branches/2.4/MgDev/Doc/MgOpenSource_Doxyfile	2012-09-11 17:12:28 UTC (rev 7001)
+++ branches/2.4/MgDev/Doc/MgOpenSource_Doxyfile	2012-09-12 14:26:18 UTC (rev 7002)
@@ -287,8 +287,8 @@
 #---------------------------------------------------------------------------
 # configuration options related to the XML output
 #---------------------------------------------------------------------------
-GENERATE_XML           = NO
-XML_OUTPUT             = xml
+GENERATE_XML           = YES
+XML_OUTPUT             = mgopensource_xml
 XML_SCHEMA             =
 XML_DTD                =
 XML_PROGRAMLISTING     = YES



More information about the mapguide-commits mailing list