[mapguide-commits] r8159 - trunk/MgDev/BuildTools/WebTools/IMake

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon May 26 03:29:52 PDT 2014


Author: jng
Date: 2014-05-26 03:29:52 -0700 (Mon, 26 May 2014)
New Revision: 8159

Modified:
   trunk/MgDev/BuildTools/WebTools/IMake/IMake.xsd
Log:
Update IMake.xsd to include the new elements to support integrated API documentation, in case anyone actually uses this file.

Modified: trunk/MgDev/BuildTools/WebTools/IMake/IMake.xsd
===================================================================
--- trunk/MgDev/BuildTools/WebTools/IMake/IMake.xsd	2014-05-26 10:26:38 UTC (rev 8158)
+++ trunk/MgDev/BuildTools/WebTools/IMake/IMake.xsd	2014-05-26 10:29:52 UTC (rev 8159)
@@ -21,6 +21,11 @@
             <xs:attribute name="path" type="xs:string" use="required" />
           </xs:complexType>
         </xs:element>
+        <xs:element name="DocTarget">
+          <xs:complexType>
+            <xs:attribute name="path" type="xs:string" use="required" />
+          </xs:complexType>
+        </xs:element>
         <xs:element name="CppInline" minOccurs="0" />
         <xs:element name="TypeReplacements" minOccurs="0">
           <xs:complexType>



More information about the mapguide-commits mailing list