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/Article/Summary.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/Article/Summary.pm')
| -rw-r--r-- | fml/lib/FML/Article/Summary.pm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/fml/lib/FML/Article/Summary.pm b/fml/lib/FML/Article/Summary.pm index 4df25739..d3f6fd92 100644 --- a/fml/lib/FML/Article/Summary.pm +++ b/fml/lib/FML/Article/Summary.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: Summary.pm,v 1.7 2002/12/10 12:00:48 fukachan Exp $ +# $FML: Summary.pm,v 1.8 2002/12/15 14:04:25 fukachan Exp $ # package FML::Article::Summary; @@ -33,8 +33,8 @@ standard constructor. # Descriptions: standard constructor. # Arguments: OBJ($self) OBJ($curproc) -# Side Effects: -# Return Value: none +# Side Effects: $self->{ _curproc } = $curproc; +# Return Value: OBJ sub new { my ($self, $curproc) = @_; @@ -219,7 +219,7 @@ sub append # Descriptions: re-genearete summary from $min to $max. -# Arguments: OBJ($self) NUM(min) NUM($max) +# Arguments: OBJ($self) NUM($min) NUM($max) # Side Effects: re-create $summary file. # Return Value: none sub rebuild @@ -261,7 +261,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. |
