From 7d4ef9e880cb95f5b0afb2e2aa19cf1c2cfbdce6 Mon Sep 17 00:00:00 2001 From: guido Date: Mon, 8 Mar 1999 17:46:49 +0000 Subject: [PATCH] Columnwidth fixed to 300 pixels git-svn-id: https://svn.dealii.org/trunk@966 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/auto/scripts/index.pl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 -- 2.39.5