zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #13471
[Merge] lp:~zorba-coders/zorba/doxygen_xml_generation into lp:zorba
William Candillon has proposed merging lp:~zorba-coders/zorba/doxygen_xml_generation into lp:zorba.
Requested reviews:
Chris Hillery (ceejatec)
Matthias Brantner (matthias-brantner)
For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/doxygen_xml_generation/+merge/121349
Enable XML output from doxygen by default.
This change will make current website release faster.
It also enables the website generation within doc/ possible.
--
https://code.launchpad.net/~zorba-coders/zorba/doxygen_xml_generation/+merge/121349
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'doc/c/doxy.config.in'
--- doc/c/doxy.config.in 2012-08-16 18:31:02 +0000
+++ doc/c/doxy.config.in 2012-08-26 22:48:20 +0000
@@ -1368,7 +1368,7 @@
# generate an XML file that captures the structure of
# the code including all documentation.
-GENERATE_XML = NO
+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
=== modified file 'doc/csharp/doxy.config.in'
--- doc/csharp/doxy.config.in 2012-07-20 21:21:21 +0000
+++ doc/csharp/doxy.config.in 2012-08-26 22:48:20 +0000
@@ -1366,7 +1366,7 @@
# generate an XML file that captures the structure of
# the code including all documentation.
-GENERATE_XML = NO
+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
=== modified file 'doc/cxx/doxy.config.in'
--- doc/cxx/doxy.config.in 2012-08-16 18:31:02 +0000
+++ doc/cxx/doxy.config.in 2012-08-26 22:48:20 +0000
@@ -1380,7 +1380,7 @@
# generate an XML file that captures the structure of
# the code including all documentation.
-GENERATE_XML = NO
+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
=== modified file 'doc/java/doxy.config.in'
--- doc/java/doxy.config.in 2012-08-16 18:31:02 +0000
+++ doc/java/doxy.config.in 2012-08-26 22:48:20 +0000
@@ -1366,7 +1366,7 @@
# generate an XML file that captures the structure of
# the code including all documentation.
-GENERATE_XML = NO
+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
=== modified file 'doc/php/doxy.config.in'
--- doc/php/doxy.config.in 2012-08-16 18:31:02 +0000
+++ doc/php/doxy.config.in 2012-08-26 22:48:20 +0000
@@ -1366,7 +1366,7 @@
# generate an XML file that captures the structure of
# the code including all documentation.
-GENERATE_XML = NO
+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
=== modified file 'doc/python/doxy.config.in'
--- doc/python/doxy.config.in 2012-08-16 18:31:02 +0000
+++ doc/python/doxy.config.in 2012-08-26 22:48:20 +0000
@@ -1366,7 +1366,7 @@
# generate an XML file that captures the structure of
# the code including all documentation.
-GENERATE_XML = NO
+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
=== modified file 'doc/ruby/doxy.config.in'
--- doc/ruby/doxy.config.in 2012-08-16 18:31:02 +0000
+++ doc/ruby/doxy.config.in 2012-08-26 22:48:20 +0000
@@ -1366,7 +1366,7 @@
# generate an XML file that captures the structure of
# the code including all documentation.
-GENERATE_XML = NO
+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
=== modified file 'doc/xqj/doxy.config.in'
--- doc/xqj/doxy.config.in 2012-08-16 18:31:02 +0000
+++ doc/xqj/doxy.config.in 2012-08-26 22:48:20 +0000
@@ -1367,7 +1367,7 @@
# generate an XML file that captures the structure of
# the code including all documentation.
-GENERATE_XML = NO
+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
=== modified file 'doc/zorba/doxy.config.in'
--- doc/zorba/doxy.config.in 2012-08-16 18:31:02 +0000
+++ doc/zorba/doxy.config.in 2012-08-26 22:48:20 +0000
@@ -1387,7 +1387,7 @@
# generate an XML file that captures the structure of
# the code including all documentation.
-GENERATE_XML = NO
+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
Follow ups
-
[Merge] lp:~zorba-coders/zorba/doxygen_xml_generation into lp:zorba
From: noreply, 2012-08-28
-
[Merge] lp:~zorba-coders/zorba/doxygen_xml_generation into lp:zorba
From: Zorba Build Bot, 2012-08-28
-
[Merge] lp:~zorba-coders/zorba/doxygen_xml_generation into lp:zorba
From: Zorba Build Bot, 2012-08-28
-
[Merge] lp:~zorba-coders/zorba/doxygen_xml_generation into lp:zorba
From: Chris Hillery, 2012-08-28
-
Re: [Merge] lp:~zorba-coders/zorba/doxygen_xml_generation into lp:zorba
From: Chris Hillery, 2012-08-28
-
Re: [Merge] lp:~zorba-coders/zorba/doxygen_xml_generation into lp:zorba
From: Matthias Brantner, 2012-08-27
-
[Merge] lp:~zorba-coders/zorba/doxygen_xml_generation into lp:zorba
From: Zorba Build Bot, 2012-08-26
-
Re: [Merge] lp:~zorba-coders/zorba/doxygen_xml_generation into lp:zorba
From: Zorba Build Bot, 2012-08-26
-
[Merge] lp:~zorba-coders/zorba/doxygen_xml_generation into lp:zorba
From: Zorba Build Bot, 2012-08-26
-
[Merge] lp:~zorba-coders/zorba/doxygen_xml_generation into lp:zorba
From: Zorba Build Bot, 2012-08-26
-
[Merge] lp:~zorba-coders/zorba/doxygen_xml_generation into lp:zorba
From: William Candillon, 2012-08-26
-
[Merge] lp:~zorba-coders/zorba/doxygen_xml_generation into lp:zorba
From: William Candillon, 2012-08-26