diff options
-rwxr-xr-x | docs/autodocifier.pl | 4 |
1 files 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 <beppu@lineo.com> =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 $ |