]> https://gitweb.dealii.org/ - dealii.git/commitdiff
De-emphasize connections to the code gallery.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 29 Dec 2015 21:37:42 +0000 (15:37 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 29 Dec 2015 21:37:42 +0000 (15:37 -0600)
doc/doxygen/scripts/steps.pl

index d4d7eb40af09f46fda5d63445bf03144308670ef..05dc8a78c82f287354fb0e27c6b1e3a46005c8d0 100644 (file)
@@ -145,7 +145,12 @@ foreach $step (@ARGV)
     my $source;
     foreach $source (split ' ', $buildson) {
         $source =~ s/step-/Step/g;
-        print "$source -> $destination\n";
+        print "$source -> $destination";
+        if ($destination =~ /code_gallery/)
+        {
+            print " [style=\"dashed\"]";
+        }
+        print "\n";
     }
 }
 

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.