diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/011/interface_integer.xml | 10 | ||||
-rw-r--r-- | testing/014/indexpage.xml | 2 | ||||
-rw-r--r-- | testing/027/struct_car.xml | 36 | ||||
-rw-r--r-- | testing/027/struct_object.xml | 20 | ||||
-rw-r--r-- | testing/027/struct_truck.xml | 12 | ||||
-rw-r--r-- | testing/027/struct_vehicle.xml | 24 |
6 files changed, 52 insertions, 52 deletions
diff --git a/testing/011/interface_integer.xml b/testing/011/interface_integer.xml index 45833d8..786bc2a 100644 --- a/testing/011/interface_integer.xml +++ b/testing/011/interface_integer.xml @@ -59,26 +59,26 @@ <para>An interface </para> </detaileddescription> <inheritancegraph> - <node id="2"> - <label>Object</label> - </node> <node id="1"> <label>Integer</label> <link refid="interface_integer"/> <childnode refid="2" relation="public-inheritance"> </childnode> </node> - </inheritancegraph> - <collaborationgraph> <node id="2"> <label>Object</label> </node> + </inheritancegraph> + <collaborationgraph> <node id="1"> <label>Integer</label> <link refid="interface_integer"/> <childnode refid="2" relation="public-inheritance"> </childnode> </node> + <node id="2"> + <label>Object</label> + </node> </collaborationgraph> <location file="011_category.m" line="6" column="12" bodyfile="011_category.m" bodystart="6" bodyend="-1"/> <listofallmembers> diff --git a/testing/014/indexpage.xml b/testing/014/indexpage.xml index 3f9510c..a160b1a 100644 --- a/testing/014/indexpage.xml +++ b/testing/014/indexpage.xml @@ -42,7 +42,7 @@ <para> <programlisting> <codeline> - <highlight class="normal">//<sp/>implicit<sp/>code<sp/>language</highlight> + <highlight class="comment">//<sp/>implicit<sp/>code<sp/>language</highlight> </codeline> </programlisting> </para> diff --git a/testing/027/struct_car.xml b/testing/027/struct_car.xml index 8b203e5..a2d384d 100644 --- a/testing/027/struct_car.xml +++ b/testing/027/struct_car.xml @@ -27,30 +27,30 @@ <para><ref refid="struct_car" kindref="compound">Car</ref> class. </para> </detaileddescription> <inheritancegraph> - <node id="2"> - <label>Vehicle</label> - <link refid="struct_vehicle"/> - <childnode refid="3" relation="public-inheritance"> - </childnode> - </node> - <node id="3"> - <label>Object</label> - <link refid="struct_object"/> - </node> <node id="1"> <label>Car</label> <link refid="struct_car"/> <childnode refid="2" relation="public-inheritance"> </childnode> </node> - </inheritancegraph> - <collaborationgraph> + <node id="3"> + <label>Object</label> + <link refid="struct_object"/> + </node> <node id="2"> <label>Vehicle</label> <link refid="struct_vehicle"/> <childnode refid="3" relation="public-inheritance"> </childnode> - <childnode refid="3" relation="usage"> + </node> + </inheritancegraph> + <collaborationgraph> + <node id="1"> + <label>Car</label> + <link refid="struct_car"/> + <childnode refid="2" relation="public-inheritance"> + </childnode> + <childnode refid="2" relation="usage"> <edgelabel>base</edgelabel> </childnode> </node> @@ -58,12 +58,12 @@ <label>Object</label> <link refid="struct_object"/> </node> - <node id="1"> - <label>Car</label> - <link refid="struct_car"/> - <childnode refid="2" relation="public-inheritance"> + <node id="2"> + <label>Vehicle</label> + <link refid="struct_vehicle"/> + <childnode refid="3" relation="public-inheritance"> </childnode> - <childnode refid="2" relation="usage"> + <childnode refid="3" relation="usage"> <edgelabel>base</edgelabel> </childnode> </node> diff --git a/testing/027/struct_object.xml b/testing/027/struct_object.xml index 7ab7e7a..36866ac 100644 --- a/testing/027/struct_object.xml +++ b/testing/027/struct_object.xml @@ -63,6 +63,16 @@ <para>Base object class. </para> </detaileddescription> <inheritancegraph> + <node id="3"> + <label>Car</label> + <link refid="struct_car"/> + <childnode refid="2" relation="public-inheritance"> + </childnode> + </node> + <node id="1"> + <label>Object</label> + <link refid="struct_object"/> + </node> <node id="4"> <label>Truck</label> <link refid="struct_truck"/> @@ -75,16 +85,6 @@ <childnode refid="1" relation="public-inheritance"> </childnode> </node> - <node id="1"> - <label>Object</label> - <link refid="struct_object"/> - </node> - <node id="3"> - <label>Car</label> - <link refid="struct_car"/> - <childnode refid="2" relation="public-inheritance"> - </childnode> - </node> </inheritancegraph> <location file="027_extends.c" line="19" column="1" bodyfile="027_extends.c" bodystart="20" bodyend="22"/> <listofallmembers> diff --git a/testing/027/struct_truck.xml b/testing/027/struct_truck.xml index 588f425..2e10c7a 100644 --- a/testing/027/struct_truck.xml +++ b/testing/027/struct_truck.xml @@ -27,6 +27,10 @@ <para><ref refid="struct_truck" kindref="compound">Truck</ref> class. </para> </detaileddescription> <inheritancegraph> + <node id="3"> + <label>Object</label> + <link refid="struct_object"/> + </node> <node id="1"> <label>Truck</label> <link refid="struct_truck"/> @@ -39,12 +43,12 @@ <childnode refid="3" relation="public-inheritance"> </childnode> </node> + </inheritancegraph> + <collaborationgraph> <node id="3"> <label>Object</label> <link refid="struct_object"/> </node> - </inheritancegraph> - <collaborationgraph> <node id="1"> <label>Truck</label> <link refid="struct_truck"/> @@ -63,10 +67,6 @@ <edgelabel>base</edgelabel> </childnode> </node> - <node id="3"> - <label>Object</label> - <link refid="struct_object"/> - </node> </collaborationgraph> <location file="027_extends.c" line="77" column="1" bodyfile="027_extends.c" bodystart="78" bodyend="80"/> <listofallmembers> diff --git a/testing/027/struct_vehicle.xml b/testing/027/struct_vehicle.xml index 380f3e7..9f9e27b 100644 --- a/testing/027/struct_vehicle.xml +++ b/testing/027/struct_vehicle.xml @@ -67,6 +67,16 @@ <para><ref refid="struct_vehicle" kindref="compound">Vehicle</ref> class. </para> </detaileddescription> <inheritancegraph> + <node id="3"> + <label>Car</label> + <link refid="struct_car"/> + <childnode refid="1" relation="public-inheritance"> + </childnode> + </node> + <node id="2"> + <label>Object</label> + <link refid="struct_object"/> + </node> <node id="4"> <label>Truck</label> <link refid="struct_truck"/> @@ -79,18 +89,12 @@ <childnode refid="2" relation="public-inheritance"> </childnode> </node> + </inheritancegraph> + <collaborationgraph> <node id="2"> <label>Object</label> <link refid="struct_object"/> </node> - <node id="3"> - <label>Car</label> - <link refid="struct_car"/> - <childnode refid="1" relation="public-inheritance"> - </childnode> - </node> - </inheritancegraph> - <collaborationgraph> <node id="1"> <label>Vehicle</label> <link refid="struct_vehicle"/> @@ -100,10 +104,6 @@ <edgelabel>base</edgelabel> </childnode> </node> - <node id="2"> - <label>Object</label> - <link refid="struct_object"/> - </node> </collaborationgraph> <location file="027_extends.c" line="43" column="1" bodyfile="027_extends.c" bodystart="44" bodyend="46"/> <listofallmembers> |