Skip to content

Commit c1035c2

Browse files
committed
Update test expectationd
1 parent f8433f6 commit c1035c2

File tree

5 files changed

+398
-1444
lines changed

5 files changed

+398
-1444
lines changed

Customization/xsl/class.xsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
<xsl:attribute name="id">
2323
<xsl:value-of select="dita-ot:name-to-id(compoundname)"/>
2424
</xsl:attribute>
25-
<xsl:attribute name="keys">
25+
<!--xsl:attribute name="keys">
2626
<xsl:value-of select="concat('doxygen-',dita-ot:name-to-id(compoundname))"/>
27-
</xsl:attribute>
27+
</xsl:attribute-->
2828

2929
<xsl:attribute name="outputclass">
3030
<xsl:text>class</xsl:text>

test/cppdoc/expected.xml

Lines changed: 61 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
6565
</codeblock>
6666
<p></p>
6767
<p>Standard bicycle class.</p>
68-
<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>
68+
<p>
69+
<xref format="dita" href="#transport.Bicycle" scope="local" type="topic">Bicycle</xref>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>
6970
<section outputclass="contructors_summary">
7071
<title>Constructor Summary</title>
7172
<table outputclass="constructor_summary">
@@ -80,7 +81,7 @@
8081
<row>
8182
<entry align="left" colname="col1">
8283
<codeph>
83-
<xref format="dita" href="#transport.Bicycle/constructors_~Bicycle" scope="local" type="table">~Bicycle</xref>()</codeph>-
84+
<xref format="dita" href="#transport.Bicycle/constructors__dtor_Bicycle" scope="local" type="table">~Bicycle</xref>()</codeph>-
8485
Default destructor.</entry>
8586
</row>
8687
</tbody>
@@ -121,56 +122,6 @@ PedalHarder makes you go faster (usually).</entry>
121122
</tbody>
122123
</tgroup>
123124
</table>
124-
<p></p>
125-
<table outputclass="method_details">
126-
<tgroup cols="1">
127-
<colspec colname="col1" colnum="1" colwidth="100%"></colspec>
128-
<thead>
129-
<row>
130-
<entry align="left" colname="col1">Methods inherited from Class transport::
131-
<xref format="dita" href="#transport.RacingBike" scope="local" type="topic">RacingBike</xref>
132-
</entry>
133-
</row>
134-
</thead>
135-
<tbody>
136-
<row>
137-
<entry align="left" colname="col1">
138-
<codeph>
139-
<xref format="dita" href="#transport.RacingBike/methods_PedalHarder" scope="local" type="table">PedalHarder</xref>
140-
</codeph>,
141-
<codeph>
142-
<xref format="dita" href="#transport.RacingBike/methods_RingBell" scope="local" type="table">RingBell</xref>
143-
</codeph>
144-
</entry>
145-
</row>
146-
</tbody>
147-
</tgroup>
148-
</table>
149-
<p></p>
150-
<table outputclass="method_details">
151-
<tgroup cols="1">
152-
<colspec colname="col1" colnum="1" colwidth="100%"></colspec>
153-
<thead>
154-
<row>
155-
<entry align="left" colname="col1">Methods inherited from Class transport::
156-
<xref format="dita" href="#transport.MountainBike" scope="local" type="topic">MountainBike</xref>
157-
</entry>
158-
</row>
159-
</thead>
160-
<tbody>
161-
<row>
162-
<entry align="left" colname="col1">
163-
<codeph>
164-
<xref format="dita" href="#transport.MountainBike/methods_ChangeBreak" scope="local" type="table">ChangeBreak</xref>
165-
</codeph>,
166-
<codeph>
167-
<xref format="dita" href="#transport.MountainBike/methods_SetSuspension" scope="local" type="table">SetSuspension</xref>
168-
</codeph>
169-
</entry>
170-
</row>
171-
</tbody>
172-
</tgroup>
173-
</table>
174125
</section>
175126
<section id="transport::Bicycle_constructors" outputclass="constructors">
176127
<title>Constructor Detail</title>
@@ -259,8 +210,12 @@ PedalHarder makes you go faster (usually).</entry>
259210
<xref format="dita" href="#transport.Bicycle" scope="local" type="topic">transport::Bicycle</xref>
260211
</codeblock>
261212
<p></p>
262-
<p>Mountain bike implementation of a Bicycle.</p>
263-
<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>
213+
<p>Mountain bike implementation of a
214+
<xref format="dita" href="#transport.Bicycle" scope="local" type="topic">Bicycle</xref>.</p>
215+
<p>
216+
<xref format="dita" href="#transport.MountainBike" scope="local" type="topic">MountainBike</xref>is an implementation of a
217+
<xref format="dita" href="#transport.Bicycle" scope="local" type="topic">Bicycle</xref>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
218+
<xref format="dita" href="#transport.RacingBike" scope="local" type="topic">RacingBike</xref>though.</p>
264219
<section outputclass="methods_summary">
265220
<title>Method Summary</title>
266221
<table outputclass="method_summary">
@@ -295,6 +250,31 @@ PedalHarder makes you go faster (usually).</entry>
295250
</tbody>
296251
</tgroup>
297252
</table>
253+
<p></p>
254+
<table outputclass="method_details">
255+
<tgroup cols="1">
256+
<colspec colname="col1" colnum="1" colwidth="100%"></colspec>
257+
<thead>
258+
<row>
259+
<entry align="left" colname="col1">Methods inherited from Class transport::
260+
<xref format="dita" href="#transport.Bicycle" scope="local" type="topic">Bicycle</xref>
261+
</entry>
262+
</row>
263+
</thead>
264+
<tbody>
265+
<row>
266+
<entry align="left" colname="col1">
267+
<codeph>
268+
<xref format="dita" href="#transport.Bicycle/methods_PedalHarder" scope="local" type="table">PedalHarder</xref>
269+
</codeph>,
270+
<codeph>
271+
<xref format="dita" href="#transport.Bicycle/methods_RingBell" scope="local" type="table">RingBell</xref>
272+
</codeph>
273+
</entry>
274+
</row>
275+
</tbody>
276+
</tgroup>
277+
</table>
298278
</section>
299279
<section id="transport::MountainBike_methods" outputclass="methods">
300280
<title>Method Detail</title>
@@ -390,7 +370,8 @@ PedalHarder makes you go faster (usually).</entry>
390370
</codeblock>
391371
<p></p>
392372
<p>Racing bike class.</p>
393-
<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>
373+
<p>
374+
<xref format="dita" href="#transport.RacingBike" scope="local" type="topic">RacingBike</xref>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>
394375
<section outputclass="methods_summary">
395376
<title>Method Summary</title>
396377
<table outputclass="method_summary">
@@ -425,6 +406,31 @@ PedalHarder makes you go faster (usually).</entry>
425406
</tbody>
426407
</tgroup>
427408
</table>
409+
<p></p>
410+
<table outputclass="method_details">
411+
<tgroup cols="1">
412+
<colspec colname="col1" colnum="1" colwidth="100%"></colspec>
413+
<thead>
414+
<row>
415+
<entry align="left" colname="col1">Methods inherited from Class transport::
416+
<xref format="dita" href="#transport.Bicycle" scope="local" type="topic">Bicycle</xref>
417+
</entry>
418+
</row>
419+
</thead>
420+
<tbody>
421+
<row>
422+
<entry align="left" colname="col1">
423+
<codeph>
424+
<xref format="dita" href="#transport.Bicycle/methods_PedalHarder" scope="local" type="table">PedalHarder</xref>
425+
</codeph>,
426+
<codeph>
427+
<xref format="dita" href="#transport.Bicycle/methods_RingBell" scope="local" type="table">RingBell</xref>
428+
</codeph>
429+
</entry>
430+
</row>
431+
</tbody>
432+
</tgroup>
433+
</table>
428434
</section>
429435
<section id="transport::RacingBike_methods" outputclass="methods">
430436
<title>Method Detail</title>

0 commit comments

Comments
 (0)