projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d597c4
)
...
author
John Beppu
<beppu@lbox.org>
Sat, 24 Feb 2001 14:44:25 +0000
(14:44 -0000)
committer
John Beppu
<beppu@lbox.org>
Sat, 24 Feb 2001 14:44:25 +0000
(14:44 -0000)
docs/autodocifier.pl
patch
|
blob
|
history
diff --git
a/docs/autodocifier.pl
b/docs/autodocifier.pl
index 753ba3a9b02f94137700486c5eaca237e8ed2c05..6822db51e4be442ef1cfd8e12bd81e8329eb21f5 100755
(executable)
--- 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.1
1 2001/02/24 14:37:48
beppu Exp $
+# $Id: autodocifier.pl,v 1.1
2 2001/02/24 14:44:25
beppu Exp $