summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/DocViewer.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-01-11 16:05:09 +0000
committerfukachan <fukachan>2003-01-11 16:05:09 +0000
commite172c7a0a018fe2173af56e281f0f454aaabc996 (patch)
tree2aaac38b8efbef3e58409cdd087937d0fa2da0df /fml/lib/FML/Process/DocViewer.pm
parentf7d7b5c89200769cd1ee9a6b7f0c2d46c8e9b2b1 (diff)
downloadfml8-e172c7a0a018fe2173af56e281f0f454aaabc996.tar.gz
fml8-e172c7a0a018fe2173af56e281f0f454aaabc996.tar.bz2
fml8-e172c7a0a018fe2173af56e281f0f454aaabc996.zip
fix comments (FNF).
Diffstat (limited to 'fml/lib/FML/Process/DocViewer.pm')
-rw-r--r--fml/lib/FML/Process/DocViewer.pm14
1 files changed, 7 insertions, 7 deletions
diff --git a/fml/lib/FML/Process/DocViewer.pm b/fml/lib/FML/Process/DocViewer.pm
index 81d1cff7..fcf33356 100644
--- a/fml/lib/FML/Process/DocViewer.pm
+++ b/fml/lib/FML/Process/DocViewer.pm
@@ -1,9 +1,9 @@
#-*- perl -*-
#
-# Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi
+# Copyright (C) 2000,2001,2002,2003 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: DocViewer.pm,v 1.21 2002/09/22 14:56:52 fukachan Exp $
+# $FML: DocViewer.pm,v 1.22 2002/12/18 04:43:52 fukachan Exp $
#
package FML::Process::DocViewer;
@@ -69,7 +69,7 @@ sub new
# Descriptions: load default configurations and fix @INC.
-# Arguments: OBJ($self) HASH_REF($args)
+# Arguments: OBJ($curproc) HASH_REF($args)
# Side Effects: none
# Return Value: none
sub prepare
@@ -90,7 +90,7 @@ sub prepare
# Descriptions: check @ARGV and show help if needed
-# Arguments: OBJ($self) HASH_REF($args)
+# Arguments: OBJ($curproc) HASH_REF($args)
# Side Effects: may exit.
# longjmp() to help() if appropriate.
# Return Value: none
@@ -123,7 +123,7 @@ C<fmlconf($args)>.
# Descriptions: just a switch, call _fmldoc()
-# Arguments: OBJ($self) HASH_REF($args)
+# Arguments: OBJ($curproc) HASH_REF($args)
# Side Effects: none
# Return Value: none
sub run
@@ -138,7 +138,7 @@ sub run
# Descriptions: fmldoc wrapper / top level dispacher
-# Arguments: OBJ($self) HASH_REF($args)
+# Arguments: OBJ($curproc) HASH_REF($args)
# Side Effects: none
# Return Value: none
sub _fmldoc
@@ -236,7 +236,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi
+Copyright (C) 2000,2001,2002,2003 Ken'ichi Fukamachi
All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.