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_car.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_car.xml')
-rw-r--r-- | testing/027/struct_car.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/testing/027/struct_car.xml b/testing/027/struct_car.xml index 61a8d16..b3d9894 100644 --- a/testing/027/struct_car.xml +++ b/testing/027/struct_car.xml @@ -27,43 +27,43 @@ <para><ref refid="struct_car" kindref="compound">Car</ref> class. </para> </detaileddescription> <inheritancegraph> - <node id="1"> + <node id="2"> <label>Vehicle</label> <link refid="struct_vehicle"/> - <childnode refid="2" relation="public-inheritance"> + <childnode refid="3" relation="public-inheritance"> </childnode> </node> - <node id="2"> + <node id="3"> <label>Object</label> <link refid="struct_object"/> </node> - <node id="0"> + <node id="1"> <label>Car</label> <link refid="struct_car"/> - <childnode refid="1" relation="public-inheritance"> + <childnode refid="2" relation="public-inheritance"> </childnode> </node> </inheritancegraph> <collaborationgraph> - <node id="4"> + <node id="2"> <label>Vehicle</label> <link refid="struct_vehicle"/> - <childnode refid="5" relation="public-inheritance"> + <childnode refid="3" relation="public-inheritance"> </childnode> - <childnode refid="5" relation="usage"> + <childnode refid="3" relation="usage"> <edgelabel>base</edgelabel> </childnode> </node> - <node id="5"> + <node id="3"> <label>Object</label> <link refid="struct_object"/> </node> - <node id="3"> + <node id="1"> <label>Car</label> <link refid="struct_car"/> - <childnode refid="4" relation="public-inheritance"> + <childnode refid="2" relation="public-inheritance"> </childnode> - <childnode refid="4" relation="usage"> + <childnode refid="2" relation="usage"> <edgelabel>base</edgelabel> </childnode> </node> |