Browse Source

Make a TorqueScript Reference in XML. (Currently under 3MB which is nice. The T2D XML comes in around 70MB already).

Charlie Patterson 12 years ago
parent
commit
a5c7eb8192
1 changed files with 6 additions and 2 deletions
  1. 6 2
      tools/documentation/config/torqueScriptReference.cfg

+ 6 - 2
tools/documentation/config/torqueScriptReference.cfg

@@ -1482,7 +1482,9 @@ MAN_LINKS              = NO
 # generate an XML file that captures the structure of
 # the code including all documentation.
 
-GENERATE_XML           = NO
+# T2D
+
+GENERATE_XML           = YES
 
 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
@@ -1507,7 +1509,9 @@ XML_DTD                =
 # and cross-referencing information) to the XML output. Note that
 # enabling this will significantly increase the size of the XML output.
 
-XML_PROGRAMLISTING     = YES
+# T2D
+
+XML_PROGRAMLISTING     = NO
 
 #---------------------------------------------------------------------------
 # configuration options for the AutoGen Definitions output