From: Guido Kanschat Date: Mon, 8 Mar 1999 17:46:49 +0000 (+0000) Subject: Columnwidth fixed to 300 pixels X-Git-Tag: v8.0.0~22298 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e01c4d6f2464db5dcf3cd2f865e497a5d18488c6;p=dealii.git Columnwidth fixed to 300 pixels git-svn-id: https://svn.dealii.org/trunk@966 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/auto/scripts/index.pl b/deal.II/doc/auto/scripts/index.pl index 85a4086f55..c2cddbfea0 100644 --- a/deal.II/doc/auto/scripts/index.pl +++ b/deal.II/doc/auto/scripts/index.pl @@ -30,8 +30,9 @@ print << 'EOT' Remark: Lowercase is sorted behind uppercase and destructors are isolated at the end.
- - +
function/classin class
+ +
function/classin class
EOT ; foreach $entry (sort @entries) @@ -40,10 +41,10 @@ foreach $entry (sort @entries) @c = split '\+', @l[0]; @f = split "#", @l[1]; - print "@c[0]@c[1]\n"; + print ''; + print "\n
@c[0]@c[1]
\n"; } print << 'EOT' - EOT