]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
"Unfix" two things: by the previous changes to these places we lost
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 28 Jun 2000 07:46:14 +0000 (07:46 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 28 Jun 2000 07:46:14 +0000 (07:46 +0000)
the ability to cross-references altogether.

git-svn-id: https://svn.dealii.org/trunk@3093 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/contrib/kdoc/src/kdocCxxHTML.pm

index 178ebd8cc26662ab42055acffe44d7084623ff52..aa696132a5b410c3eaf8595cedc2d2169dfc4c24 100644 (file)
@@ -166,7 +166,7 @@ sub writeAnnotatedList
                $col = $col ? 0 : 1;
                $colour = $col ? "" : 'bgcolor="#eeeeee"';
 
-               print CLIST "<TR $colour><TD>", refNameFull( $node, $rootnode, 1 ), 
+               print CLIST "<TR $colour><TD>", refNameFull( $node ),
                        "</TD><TD>", $short, "</TD></TR>";
        }
 
@@ -241,7 +241,7 @@ sub writeHier
                        my $src = defined $node->{ExtSource} ?
                                " ($node->{ExtSource})" : "";
 
-                       print HIER "<LI>", refNameFull( $node, $rootnode, 1 )," $src\n";
+                       print HIER "<LI>", refNameFull( $node )," $src\n";
                },
                sub {   # up
                        if ( $_[0] == $root ) {

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.