From 138ece09b5993debb472aa590999ae2221973f5a Mon Sep 17 00:00:00 2001 From: John Beppu Date: Tue, 6 Mar 2001 19:25:25 +0000 Subject: [PATCH] minor cleanup --- docs/autodocifier.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/autodocifier.pl b/docs/autodocifier.pl index 2d5e04a..9e18dc3 100755 --- a/docs/autodocifier.pl +++ b/docs/autodocifier.pl @@ -97,6 +97,7 @@ sub sgml_for_usage { # { # trivial => "...", # full => "...", +# example => "...", # } my %docs; @@ -137,7 +138,6 @@ foreach (@ARGV) { $type = $2; @line = continuation($fh); my $doc = $docs{$applet} ||= { }; - my $text = join("\n", @line); $doc->{$type} = beautify($text); } @@ -216,4 +216,4 @@ John BEPPU =cut -# $Id: autodocifier.pl,v 1.13 2001/02/26 02:50:11 beppu Exp $ +# $Id: autodocifier.pl,v 1.14 2001/03/06 19:25:25 beppu Exp $ -- 2.7.4