diff options
| author | fukachan <fukachan> | 2003-01-11 16:05:09 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-01-11 16:05:09 +0000 |
| commit | e172c7a0a018fe2173af56e281f0f454aaabc996 (patch) | |
| tree | 2aaac38b8efbef3e58409cdd087937d0fa2da0df /fml/lib/FML/Process/HTMLify.pm | |
| parent | f7d7b5c89200769cd1ee9a6b7f0c2d46c8e9b2b1 (diff) | |
| download | fml8-e172c7a0a018fe2173af56e281f0f454aaabc996.tar.gz fml8-e172c7a0a018fe2173af56e281f0f454aaabc996.tar.bz2 fml8-e172c7a0a018fe2173af56e281f0f454aaabc996.zip | |
fix comments (FNF).
Diffstat (limited to 'fml/lib/FML/Process/HTMLify.pm')
| -rw-r--r-- | fml/lib/FML/Process/HTMLify.pm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/fml/lib/FML/Process/HTMLify.pm b/fml/lib/FML/Process/HTMLify.pm index b9361698..0ce0fd67 100644 --- a/fml/lib/FML/Process/HTMLify.pm +++ b/fml/lib/FML/Process/HTMLify.pm @@ -1,9 +1,9 @@ #-*- perl -*- # -# Copyright (C) 2001,2002 Ken'ichi Fukamachi +# Copyright (C) 2001,2002,2003 Ken'ichi Fukamachi # All rights reserved. # -# $FML: HTMLify.pm,v 1.25 2002/11/18 22:47:26 fukachan Exp $ +# $FML: HTMLify.pm,v 1.26 2002/12/22 03:46:20 fukachan Exp $ # package FML::Process::HTMLify; @@ -60,7 +60,7 @@ sub new # Descriptions: adjust ml_*, load configuration files, and fix @INC. -# Arguments: OBJ($self) HASH_REF($args) +# Arguments: OBJ($curproc) HASH_REF($args) # Side Effects: none # Return Value: none sub prepare @@ -81,7 +81,7 @@ sub prepare # Descriptions: dummy. -# Arguments: OBJ($self) HASH_REF($args) +# Arguments: OBJ($curproc) HASH_REF($args) # Side Effects: none # Return Value: none sub verify_request @@ -162,7 +162,7 @@ _EOF_ # Descriptions: dummy. -# Arguments: OBJ($self) HASH_REF($args) +# Arguments: OBJ($curproc) HASH_REF($args) # Side Effects: none # Return Value: none sub finish @@ -195,7 +195,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2001,2002 Ken'ichi Fukamachi +Copyright (C) 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. |
