]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Don't print lines connecting different parts of the legend. 9382/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Fri, 17 Jan 2020 20:18:56 +0000 (13:18 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 17 Jan 2020 20:18:56 +0000 (13:18 -0700)
doc/doxygen/scripts/steps.pl

index 3e95334a6e111ac6da0e62c9e369030c526df639..0295816181b698f901d120e9f39af7005ea6df0a 100644 (file)
@@ -253,7 +253,12 @@ foreach $kind (keys %style)
 }
 # now add connections to make sure they appear nicely next to each other
 # in the legend
-print "  basic -- techniques -- fluids -- solids -- time_dependent -- unfinished -- code_gallery;\n";
+print "  basic -- techniques [style=invis];\n";
+print "  techniques -- fluids [style=invis];\n";
+print "  fluids -- solids [style=invis];\n";
+print "  solids -- time_dependent [style=invis];\n";
+print "  time_dependent -- unfinished [style=invis];\n";
+print "  unfinished -- code_gallery [style=invis];\n";
 
 # we need to tell 'dot' that all of these are at the same
 # rank to ensure they appear next to (as opposed to atop)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.