Skip to content

Commit 98c935e

Browse files
committed
Updating test expectations
1 parent c1a4a28 commit 98c935e

File tree

5 files changed

+605
-2168
lines changed

5 files changed

+605
-2168
lines changed

test/codeblock/expected.xml

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
<section>
88
<title>Namespaces</title>
99
<ul>
10+
<li>
11+
<xref format="dita" href="#Global" scope="local" type="topic">Global</xref>
12+
</li>
1013
<li>
1114
<xref format="dita" href="#IODriver" scope="local" type="topic">IODriver</xref>
1215
</li>
@@ -20,6 +23,14 @@
2023
</link>
2124
</linkpool>
2225
</related-links>
26+
<topic id="Global" outputclass="package" props="doxygen" specializations="@props/deliveryTarget">
27+
<title>Namespace Global</title>
28+
<titlealts>
29+
<navtitle>Global</navtitle>
30+
<searchtitle>Global</searchtitle>
31+
</titlealts>
32+
<body outputclass="java"></body>
33+
</topic>
2334
<topic id="IODriver" outputclass="package" props="doxygen" specializations="@props/deliveryTarget">
2435
<title>Namespace IODriver</title>
2536
<titlealts>
@@ -31,10 +42,8 @@
3142
<title>Class Summary</title>
3243
<ul>
3344
<li>
34-
<xref format="dita" href="#IODriver.IOMessageLogging" scope="local" type="topic">IOMessageLogging</xref>-
35-
Class used to add a generic logging layer to all drivers and plugins Example: &lt;extensions&gt;
36-
&lt;/extensions&gt;
37-
Additionally channelId, messageId and messageName is supported.</li>
45+
<xref format="dita" href="#IODriver.IOMessageLogging" scope="local" type="topic">IOMessageLogging</xref>
46+
</li>
3847
</ul>
3948
</section>
4049
</body>
@@ -46,7 +55,10 @@
4655
</titlealts>
4756
<body outputclass="cpp">
4857
<codeblock>public class
49-
<b>IOMessageLogging</b>extends QObject</codeblock>
58+
<b>IOMessageLogging</b>extends
59+
<xref format="dita" href="#QObject" scope="local" type="topic">QObject</xref>
60+
</codeblock>
61+
<p></p>
5062
<p>Class used to add a generic logging layer to all drivers and plugins Example:
5163
<codeblock>&lt;extensions&gt;
5264
&lt;/extensions&gt;</codeblock>Additionally channelId, messageId and messageName is supported.</p>

test/cppdoc/expected.xml

Lines changed: 43 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
<section>
88
<title>Namespaces</title>
99
<ul>
10+
<li>
11+
<xref format="dita" href="#Global" scope="local" type="topic">Global</xref>
12+
</li>
1013
<li>
1114
<xref format="dita" href="#transport" scope="local" type="topic">transport</xref>
1215
</li>
@@ -20,6 +23,14 @@
2023
</link>
2124
</linkpool>
2225
</related-links>
26+
<topic id="Global" outputclass="package" props="doxygen" specializations="@props/deliveryTarget">
27+
<title>Namespace Global</title>
28+
<titlealts>
29+
<navtitle>Global</navtitle>
30+
<searchtitle>Global</searchtitle>
31+
</titlealts>
32+
<body outputclass="java"></body>
33+
</topic>
2334
<topic id="transport" outputclass="package" props="doxygen" specializations="@props/deliveryTarget">
2435
<title>Namespace transport</title>
2536
<titlealts>
@@ -31,14 +42,14 @@
3142
<title>Class Summary</title>
3243
<ul>
3344
<li>
34-
<xref format="dita" href="#transport.Bicycle" scope="local" type="topic">Bicycle</xref>-
35-
Standard bicycle class.</li>
45+
<xref format="dita" href="#transport.Bicycle" scope="local" type="topic">Bicycle</xref>
46+
</li>
3647
<li>
37-
<xref format="dita" href="#transport.MountainBike" scope="local" type="topic">MountainBike</xref>-
38-
Mountain bike implementation of a Bicycle.</li>
48+
<xref format="dita" href="#transport.MountainBike" scope="local" type="topic">MountainBike</xref>
49+
</li>
3950
<li>
40-
<xref format="dita" href="#transport.RacingBike" scope="local" type="topic">RacingBike</xref>-
41-
Racing bike class.</li>
51+
<xref format="dita" href="#transport.RacingBike" scope="local" type="topic">RacingBike</xref>
52+
</li>
4253
</ul>
4354
</section>
4455
</body>
@@ -54,15 +65,16 @@
5465
</p>
5566
<ul>
5667
<li>
57-
<xref format="dita" href="#transport::MountainBike" scope="local" type="topic">transport::MountainBike</xref>
68+
<xref format="dita" href="#transport.MountainBike" scope="local" type="topic">transport::MountainBike</xref>
5869
</li>
5970
<li>
60-
<xref format="dita" href="#transport::RacingBike" scope="local" type="topic">transport::RacingBike</xref>
71+
<xref format="dita" href="#transport.RacingBike" scope="local" type="topic">transport::RacingBike</xref>
6172
</li>
6273
</ul>
6374
<codeblock>public class
6475
<b>Bicycle</b>
6576
</codeblock>
77+
<p></p>
6678
<p>Standard bicycle class.</p>
6779
<p>Bicycle implements a standard bicycle. Bicycles are a useful way of transporting oneself, without too much effort (unless you go uphill or against the wind). If there are a lot of people on the road, you can use RingBell to ring your bell (note, not all bicycles have bells!).</p>
6880
<section outputclass="contructors_summary">
@@ -126,7 +138,7 @@ PedalHarder makes you go faster (usually).</entry>
126138
<colspec colname="col1" colnum="1" colwidth="100%"></colspec>
127139
<thead>
128140
<row>
129-
<entry align="left" colname="col1">Methods inherited from class Class transport::
141+
<entry align="left" colname="col1">Methods inherited from Class transport::
130142
<xref format="dita" href="#transport.RacingBike" scope="local" type="topic">RacingBike</xref>
131143
</entry>
132144
</row>
@@ -151,7 +163,7 @@ PedalHarder makes you go faster (usually).</entry>
151163
<colspec colname="col1" colnum="1" colwidth="100%"></colspec>
152164
<thead>
153165
<row>
154-
<entry align="left" colname="col1">Methods inherited from class Class transport::
166+
<entry align="left" colname="col1">Methods inherited from Class transport::
155167
<xref format="dita" href="#transport.MountainBike" scope="local" type="topic">MountainBike</xref>
156168
</entry>
157169
</row>
@@ -185,6 +197,7 @@ PedalHarder makes you go faster (usually).</entry>
185197
<row>
186198
<entry align="left" colname="col1">
187199
<codeblock>~Bicycle()</codeblock>
200+
<p>Default destructor.</p>
188201
</entry>
189202
</row>
190203
</tbody>
@@ -244,10 +257,19 @@ PedalHarder makes you go faster (usually).</entry>
244257
<searchtitle>MountainBike</searchtitle>
245258
</titlealts>
246259
<body outputclass="cpp">
260+
<p>
261+
<b>Direct Base Classes:</b>
262+
</p>
263+
<ul>
264+
<li>
265+
<xref format="dita" href="#transport.Bicycle" scope="local" type="topic">transport::Bicycle</xref>
266+
</li>
267+
</ul>
247268
<codeblock>public class
248269
<b>MountainBike</b>extends
249270
<xref format="dita" href="#transport.Bicycle" scope="local" type="topic">transport::Bicycle</xref>
250271
</codeblock>
272+
<p></p>
251273
<p>Mountain bike implementation of a Bicycle.</p>
252274
<p>MountainBike is an implementation of a Bicycle providing a bike for cycling on rough terrain. Mountain bikes are pretty cool because they have stuff like Suspension (and you can even adjust it using SetSuspension). If you're looking for a bike for use on the road, you might be better off using a RacingBike though.</p>
253275
<section outputclass="methods_summary">
@@ -302,7 +324,7 @@ PedalHarder makes you go faster (usually).</entry>
302324
<p></p>
303325
<p>Change the break type. @BreakType the break type. @breakType the type of the break.</p>
304326
<p>ChangesBreak changes the type of break fitted to the bike. The method will return false if the break type could not be fitted.</p>
305-
<p>true if the break was adjusted successfully. false otherise</p>
327+
<p></p>
306328
<p>
307329
<b>Parameters:</b>
308330
</p>
@@ -336,7 +358,7 @@ PedalHarder makes you go faster (usually).</entry>
336358
<p></p>
337359
<p>Set suspension stiffness. @stiffness the suspension stiffness.</p>
338360
<p>SetSuspension changes the stiffness of the suspension on the bike. The method will return false if the stiffness could not be adjusted.</p>
339-
<p>true if the suspension was adjusted successfully, false otherwise.</p>
361+
<p></p>
340362
<p>
341363
<b>Parameters:</b>
342364
</p>
@@ -365,10 +387,19 @@ PedalHarder makes you go faster (usually).</entry>
365387
<searchtitle>RacingBike</searchtitle>
366388
</titlealts>
367389
<body outputclass="cpp">
390+
<p>
391+
<b>Direct Base Classes:</b>
392+
</p>
393+
<ul>
394+
<li>
395+
<xref format="dita" href="#transport.Bicycle" scope="local" type="topic">transport::Bicycle</xref>
396+
</li>
397+
</ul>
368398
<codeblock>public class
369399
<b>RacingBike</b>extends
370400
<xref format="dita" href="#transport.Bicycle" scope="local" type="topic">transport::Bicycle</xref>
371401
</codeblock>
402+
<p></p>
372403
<p>Racing bike class.</p>
373404
<p>RacingBike is a special kind of bike which can go much faster on the road, with much less effort (even uphill!). It doesn't make sense to call RingBell on a racing bike for they don't have bells.</p>
374405
<section outputclass="methods_summary">

0 commit comments

Comments
 (0)