aboutsummaryrefslogtreecommitdiff
path: root/docs/autodocifier.pl
diff options
context:
space:
mode:
authorJohn Beppu <beppu@lbox.org>2001-02-24 14:44:25 +0000
committerJohn Beppu <beppu@lbox.org>2001-02-24 14:44:25 +0000
commit37977622c42340181c4c0290562ae8be7d9e2679 (patch)
tree05efe2e61a4c1372e926f28a994100ee32991bdd /docs/autodocifier.pl
parent7d597c4833bfa048cd3ddbc9f5d9d6cf752a97d1 (diff)
downloadbusybox-37977622c42340181c4c0290562ae8be7d9e2679.tar.gz
...
Diffstat (limited to 'docs/autodocifier.pl')
-rwxr-xr-xdocs/autodocifier.pl4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/autodocifier.pl b/docs/autodocifier.pl
index 753ba3a9b..6822db51e 100755
--- a/docs/autodocifier.pl
+++ b/docs/autodocifier.pl
@@ -125,7 +125,6 @@ foreach (@ARGV) {
my $fh = *USAGE;
my ($applet, $type, @line);
while (<$fh>) {
-
if (/^#define (\w+)_(\w+)_usage/) {
$applet = $1;
$type = $2;
@@ -135,7 +134,6 @@ foreach (@ARGV) {
my $text = join("\n", @line);
$doc->{$type} = beautify($text);
}
-
}
}
@@ -211,4 +209,4 @@ John BEPPU <beppu@lineo.com>
=cut
-# $Id: autodocifier.pl,v 1.11 2001/02/24 14:37:48 beppu Exp $
+# $Id: autodocifier.pl,v 1.12 2001/02/24 14:44:25 beppu Exp $