From: guido Date: Mon, 8 Mar 1999 17:46:49 +0000 (+0000) Subject: Columnwidth fixed to 300 pixels X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d4ef9e880cb95f5b0afb2e2aa19cf1c2cfbdce6;p=dealii-svn.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