minor cleanup
authorJohn Beppu <beppu@lbox.org>
Tue, 6 Mar 2001 19:25:25 +0000 (19:25 -0000)
committerJohn Beppu <beppu@lbox.org>
Tue, 6 Mar 2001 19:25:25 +0000 (19:25 -0000)
docs/autodocifier.pl

index 2d5e04a..9e18dc3 100755 (executable)
@@ -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 $