mirror of
https://github.com/sheumann/hush.git
synced 2025-01-04 22:34:37 +00:00
minor cleanup
This commit is contained in:
parent
e6c4de03c6
commit
138ece09b5
@ -97,6 +97,7 @@ sub sgml_for_usage {
|
|||||||
# {
|
# {
|
||||||
# trivial => "...",
|
# trivial => "...",
|
||||||
# full => "...",
|
# full => "...",
|
||||||
|
# example => "...",
|
||||||
# }
|
# }
|
||||||
my %docs;
|
my %docs;
|
||||||
|
|
||||||
@ -137,7 +138,6 @@ foreach (@ARGV) {
|
|||||||
$type = $2;
|
$type = $2;
|
||||||
@line = continuation($fh);
|
@line = continuation($fh);
|
||||||
my $doc = $docs{$applet} ||= { };
|
my $doc = $docs{$applet} ||= { };
|
||||||
|
|
||||||
my $text = join("\n", @line);
|
my $text = join("\n", @line);
|
||||||
$doc->{$type} = beautify($text);
|
$doc->{$type} = beautify($text);
|
||||||
}
|
}
|
||||||
@ -216,4 +216,4 @@ John BEPPU <beppu@lineo.com>
|
|||||||
|
|
||||||
=cut
|
=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 $
|
||||||
|
Loading…
Reference in New Issue
Block a user