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/Command/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/Command/HTMLify.pm')
| -rw-r--r-- | fml/lib/FML/Command/HTMLify.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fml/lib/FML/Command/HTMLify.pm b/fml/lib/FML/Command/HTMLify.pm index 97d1d653..f7437050 100644 --- a/fml/lib/FML/Command/HTMLify.pm +++ b/fml/lib/FML/Command/HTMLify.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2002 Ken'ichi Fukamachi +# Copyright (C) 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. # -# $FML: HTMLify.pm,v 1.13 2002/12/23 14:43:18 fukachan Exp $ +# $FML: HTMLify.pm,v 1.14 2002/12/24 10:19:43 fukachan Exp $ # package FML::Command::HTMLify; @@ -34,7 +34,7 @@ and file in C<$ml_home_dir>. # Descriptions: convert text to html style. -# Arguments: OBJ($self) HASH_REF($args) HASH_REF($optargs) +# Arguments: OBJ($curproc) HASH_REF($args) HASH_REF($optargs) # Side Effects: none # Return Value: none sub convert @@ -157,7 +157,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2002 Ken'ichi Fukamachi +Copyright (C) 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. |
