summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/ThreadTrack/Print
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-01-11 15:14:23 +0000
committerfukachan <fukachan>2003-01-11 15:14:23 +0000
commitaeab7673dc3446541ce8c95afea6a20fd176fa99 (patch)
tree6ac86a2af41211d62b004565f56183353f9d2832 /fml/lib/Mail/ThreadTrack/Print
parent9ed29e4247da46292b272e1def3ca52a92f15704 (diff)
downloadfml8-aeab7673dc3446541ce8c95afea6a20fd176fa99.tar.gz
fml8-aeab7673dc3446541ce8c95afea6a20fd176fa99.tar.bz2
fml8-aeab7673dc3446541ce8c95afea6a20fd176fa99.zip
fix comments
Diffstat (limited to 'fml/lib/Mail/ThreadTrack/Print')
-rw-r--r--fml/lib/Mail/ThreadTrack/Print/HTML.pm4
-rw-r--r--fml/lib/Mail/ThreadTrack/Print/Text.pm6
2 files changed, 5 insertions, 5 deletions
diff --git a/fml/lib/Mail/ThreadTrack/Print/HTML.pm b/fml/lib/Mail/ThreadTrack/Print/HTML.pm
index 6714fab9..9db47f5b 100644
--- a/fml/lib/Mail/ThreadTrack/Print/HTML.pm
+++ b/fml/lib/Mail/ThreadTrack/Print/HTML.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: HTML.pm,v 1.13 2002/09/22 14:57:07 fukachan Exp $
+# $FML: HTML.pm,v 1.14 2002/12/22 03:21:33 fukachan Exp $
#
package Mail::ThreadTrack::Print::HTML;
@@ -160,7 +160,7 @@ sub __end_thread_summary
# Descriptions: This shows summary on C<$thread_id> in HTML language.
# It is used in C<FML::CGI::ThreadSystem>.
-# Arguments: OBJ($self) HASH_REF($args)
+# Arguments: OBJ($self) HASH_REF($optargs)
# Side Effects: none
# Return Value: none
sub __print_thread_summary
diff --git a/fml/lib/Mail/ThreadTrack/Print/Text.pm b/fml/lib/Mail/ThreadTrack/Print/Text.pm
index 46c8b0b0..4ec42fad 100644
--- a/fml/lib/Mail/ThreadTrack/Print/Text.pm
+++ b/fml/lib/Mail/ThreadTrack/Print/Text.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: Text.pm,v 1.11 2002/09/22 14:57:07 fukachan Exp $
+# $FML: Text.pm,v 1.12 2002/12/22 03:17:27 fukachan Exp $
#
package Mail::ThreadTrack::Print::Text;
@@ -101,7 +101,7 @@ sub __start_thread_summary
# Descriptions: print formatted brief summary
-# Arguments: OBJ($self) HASH_REF($args)
+# Arguments: OBJ($self) HASH_REF($optargs)
# Side Effects: none
# Return Value: none
sub __print_thread_summary
@@ -132,7 +132,7 @@ sub __end_thread_summary
# Descriptions: create a string of "a b c .." style up to $num bytes
-# Arguments: NUM($num) STR($str)
+# Arguments: NUM($max) STR($str)
# Side Effects: none
# Return Value: STR
sub _format_list