|
65 | 65 | </codeblock>
|
66 | 66 | <p></p>
|
67 | 67 | <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> |
69 | 70 | <section outputclass="contructors_summary">
|
70 | 71 | <title>Constructor Summary</title>
|
71 | 72 | <table outputclass="constructor_summary">
|
|
80 | 81 | <row>
|
81 | 82 | <entry align="left" colname="col1">
|
82 | 83 | <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>- |
84 | 85 | Default destructor.</entry>
|
85 | 86 | </row>
|
86 | 87 | </tbody>
|
@@ -121,56 +122,6 @@ PedalHarder makes you go faster (usually).</entry>
|
121 | 122 | </tbody>
|
122 | 123 | </tgroup>
|
123 | 124 | </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> |
174 | 125 | </section>
|
175 | 126 | <section id="transport::Bicycle_constructors" outputclass="constructors">
|
176 | 127 | <title>Constructor Detail</title>
|
@@ -259,8 +210,12 @@ PedalHarder makes you go faster (usually).</entry>
|
259 | 210 | <xref format="dita" href="#transport.Bicycle" scope="local" type="topic">transport::Bicycle</xref>
|
260 | 211 | </codeblock>
|
261 | 212 | <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> |
264 | 219 | <section outputclass="methods_summary">
|
265 | 220 | <title>Method Summary</title>
|
266 | 221 | <table outputclass="method_summary">
|
@@ -295,6 +250,31 @@ PedalHarder makes you go faster (usually).</entry>
|
295 | 250 | </tbody>
|
296 | 251 | </tgroup>
|
297 | 252 | </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> |
298 | 278 | </section>
|
299 | 279 | <section id="transport::MountainBike_methods" outputclass="methods">
|
300 | 280 | <title>Method Detail</title>
|
@@ -390,7 +370,8 @@ PedalHarder makes you go faster (usually).</entry>
|
390 | 370 | </codeblock>
|
391 | 371 | <p></p>
|
392 | 372 | <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> |
394 | 375 | <section outputclass="methods_summary">
|
395 | 376 | <title>Method Summary</title>
|
396 | 377 | <table outputclass="method_summary">
|
@@ -425,6 +406,31 @@ PedalHarder makes you go faster (usually).</entry>
|
425 | 406 | </tbody>
|
426 | 407 | </tgroup>
|
427 | 408 | </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> |
428 | 434 | </section>
|
429 | 435 | <section id="transport::RacingBike_methods" outputclass="methods">
|
430 | 436 | <title>Method Detail</title>
|
|
0 commit comments