From: wolf Date: Wed, 28 Jun 2000 07:46:14 +0000 (+0000) Subject: "Unfix" two things: by the previous changes to these places we lost X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f49f0f21653b48e88b39c9d03a21515e321a204f;p=dealii-svn.git "Unfix" two things: by the previous changes to these places we lost the ability to cross-references altogether. git-svn-id: https://svn.dealii.org/trunk@3093 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/contrib/kdoc/src/kdocCxxHTML.pm b/deal.II/contrib/kdoc/src/kdocCxxHTML.pm index 178ebd8cc2..aa696132a5 100644 --- a/deal.II/contrib/kdoc/src/kdocCxxHTML.pm +++ b/deal.II/contrib/kdoc/src/kdocCxxHTML.pm @@ -166,7 +166,7 @@ sub writeAnnotatedList $col = $col ? 0 : 1; $colour = $col ? "" : 'bgcolor="#eeeeee"'; - print CLIST "", refNameFull( $node, $rootnode, 1 ), + print CLIST "", refNameFull( $node ), "", $short, ""; } @@ -241,7 +241,7 @@ sub writeHier my $src = defined $node->{ExtSource} ? " ($node->{ExtSource})" : ""; - print HIER "
  • ", refNameFull( $node, $rootnode, 1 )," $src\n"; + print HIER "
  • ", refNameFull( $node )," $src\n"; }, sub { # up if ( $_[0] == $root ) {