diff options
author | Thomas Haller <thomas.haller@redheads.de> | 2019-05-23 12:13:59 (GMT) |
---|---|---|
committer | Thomas Haller <thomas.haller@redheads.de> | 2019-05-24 06:37:01 (GMT) |
commit | 0e013c9df38e69e13547a2329398ee9e0b32af5b (patch) | |
tree | 192f4081751565f964989d11afe8aabc982a383a /testing/027/struct_vehicle.xml | |
parent | 8bc1af8e715a9841d3754ec4154d4adeb7b8c1b0 (diff) | |
download | Doxygen-0e013c9df38e69e13547a2329398ee9e0b32af5b.zip Doxygen-0e013c9df38e69e13547a2329398ee9e0b32af5b.tar.gz Doxygen-0e013c9df38e69e13547a2329398ee9e0b32af5b.tar.bz2 |
updated test case to reflect new node numbering
Diffstat (limited to 'testing/027/struct_vehicle.xml')
-rw-r--r-- | testing/027/struct_vehicle.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/testing/027/struct_vehicle.xml b/testing/027/struct_vehicle.xml index 3fc2456..40c2be2 100644 --- a/testing/027/struct_vehicle.xml +++ b/testing/027/struct_vehicle.xml @@ -67,40 +67,40 @@ <para><ref refid="struct_vehicle" kindref="compound">Vehicle</ref> class. </para> </detaileddescription> <inheritancegraph> - <node id="20"> + <node id="4"> <label>Truck</label> <link refid="struct_truck"/> - <childnode refid="17" relation="public-inheritance"> + <childnode refid="1" relation="public-inheritance"> </childnode> </node> - <node id="17"> + <node id="1"> <label>Vehicle</label> <link refid="struct_vehicle"/> - <childnode refid="18" relation="public-inheritance"> + <childnode refid="2" relation="public-inheritance"> </childnode> </node> - <node id="18"> + <node id="2"> <label>Object</label> <link refid="struct_object"/> </node> - <node id="19"> + <node id="3"> <label>Car</label> <link refid="struct_car"/> - <childnode refid="17" relation="public-inheritance"> + <childnode refid="1" relation="public-inheritance"> </childnode> </node> </inheritancegraph> <collaborationgraph> - <node id="21"> + <node id="1"> <label>Vehicle</label> <link refid="struct_vehicle"/> - <childnode refid="22" relation="public-inheritance"> + <childnode refid="2" relation="public-inheritance"> </childnode> - <childnode refid="22" relation="usage"> + <childnode refid="2" relation="usage"> <edgelabel>base</edgelabel> </childnode> </node> - <node id="22"> + <node id="2"> <label>Object</label> <link refid="struct_object"/> </node> |