Merge lp:~zorba-coders/zorba/doxygen_xml_generation into lp:zorba

Proposed by William Candillon
Status: Merged
Approved by: Chris Hillery
Approved revision: 11000
Merged at revision: 11003
Proposed branch: lp:~zorba-coders/zorba/doxygen_xml_generation
Merge into: lp:zorba
Diff against target: 116 lines (+9/-9)
9 files modified
doc/c/doxy.config.in (+1/-1)
doc/csharp/doxy.config.in (+1/-1)
doc/cxx/doxy.config.in (+1/-1)
doc/java/doxy.config.in (+1/-1)
doc/php/doxy.config.in (+1/-1)
doc/python/doxy.config.in (+1/-1)
doc/ruby/doxy.config.in (+1/-1)
doc/xqj/doxy.config.in (+1/-1)
doc/zorba/doxy.config.in (+1/-1)
To merge this branch: bzr merge lp:~zorba-coders/zorba/doxygen_xml_generation
Reviewer Review Type Date Requested Status
Chris Hillery Approve
Matthias Brantner Approve
Review via email: mp+121349@code.launchpad.net

Commit message

Enable XML output from doxygen by default.

Description of the change

Enable XML output from doxygen by default.
This change will make current website release faster.
It also enables the website generation within doc/ possible.

To post a comment you must log in.
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job doxygen_xml_generation-2012-08-26T22-49-56.742Z is finished. The final status was:

All tests succeeded!

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Voting does not meet specified criteria. Required: Approve > 1, Disapprove < 1, Needs Fixing < 1, Pending < 1. Got: 2 Pending.

Revision history for this message
Matthias Brantner (matthias-brantner) :
review: Approve
Revision history for this message
Chris Hillery (ceejatec) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job doxygen_xml_generation-2012-08-28T00-20-57.476Z is finished. The final status was:

All tests succeeded!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/c/doxy.config.in'
2--- doc/c/doxy.config.in 2012-08-16 18:31:02 +0000
3+++ doc/c/doxy.config.in 2012-08-26 22:48:20 +0000
4@@ -1368,7 +1368,7 @@
5 # generate an XML file that captures the structure of
6 # the code including all documentation.
7
8-GENERATE_XML = NO
9+GENERATE_XML = YES
10
11 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
12 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
13
14=== modified file 'doc/csharp/doxy.config.in'
15--- doc/csharp/doxy.config.in 2012-07-20 21:21:21 +0000
16+++ doc/csharp/doxy.config.in 2012-08-26 22:48:20 +0000
17@@ -1366,7 +1366,7 @@
18 # generate an XML file that captures the structure of
19 # the code including all documentation.
20
21-GENERATE_XML = NO
22+GENERATE_XML = YES
23
24 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
25 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
26
27=== modified file 'doc/cxx/doxy.config.in'
28--- doc/cxx/doxy.config.in 2012-08-16 18:31:02 +0000
29+++ doc/cxx/doxy.config.in 2012-08-26 22:48:20 +0000
30@@ -1380,7 +1380,7 @@
31 # generate an XML file that captures the structure of
32 # the code including all documentation.
33
34-GENERATE_XML = NO
35+GENERATE_XML = YES
36
37 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
38 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
39
40=== modified file 'doc/java/doxy.config.in'
41--- doc/java/doxy.config.in 2012-08-16 18:31:02 +0000
42+++ doc/java/doxy.config.in 2012-08-26 22:48:20 +0000
43@@ -1366,7 +1366,7 @@
44 # generate an XML file that captures the structure of
45 # the code including all documentation.
46
47-GENERATE_XML = NO
48+GENERATE_XML = YES
49
50 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
51 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
52
53=== modified file 'doc/php/doxy.config.in'
54--- doc/php/doxy.config.in 2012-08-16 18:31:02 +0000
55+++ doc/php/doxy.config.in 2012-08-26 22:48:20 +0000
56@@ -1366,7 +1366,7 @@
57 # generate an XML file that captures the structure of
58 # the code including all documentation.
59
60-GENERATE_XML = NO
61+GENERATE_XML = YES
62
63 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
64 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
65
66=== modified file 'doc/python/doxy.config.in'
67--- doc/python/doxy.config.in 2012-08-16 18:31:02 +0000
68+++ doc/python/doxy.config.in 2012-08-26 22:48:20 +0000
69@@ -1366,7 +1366,7 @@
70 # generate an XML file that captures the structure of
71 # the code including all documentation.
72
73-GENERATE_XML = NO
74+GENERATE_XML = YES
75
76 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
77 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
78
79=== modified file 'doc/ruby/doxy.config.in'
80--- doc/ruby/doxy.config.in 2012-08-16 18:31:02 +0000
81+++ doc/ruby/doxy.config.in 2012-08-26 22:48:20 +0000
82@@ -1366,7 +1366,7 @@
83 # generate an XML file that captures the structure of
84 # the code including all documentation.
85
86-GENERATE_XML = NO
87+GENERATE_XML = YES
88
89 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
90 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
91
92=== modified file 'doc/xqj/doxy.config.in'
93--- doc/xqj/doxy.config.in 2012-08-16 18:31:02 +0000
94+++ doc/xqj/doxy.config.in 2012-08-26 22:48:20 +0000
95@@ -1367,7 +1367,7 @@
96 # generate an XML file that captures the structure of
97 # the code including all documentation.
98
99-GENERATE_XML = NO
100+GENERATE_XML = YES
101
102 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
103 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
104
105=== modified file 'doc/zorba/doxy.config.in'
106--- doc/zorba/doxy.config.in 2012-08-16 18:31:02 +0000
107+++ doc/zorba/doxy.config.in 2012-08-26 22:48:20 +0000
108@@ -1387,7 +1387,7 @@
109 # generate an XML file that captures the structure of
110 # the code including all documentation.
111
112-GENERATE_XML = NO
113+GENERATE_XML = YES
114
115 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
116 # If a relative path is entered the value of OUTPUT_DIRECTORY will be

Subscribers

People subscribed via source and target branches