diff options
| author | fukachan <fukachan> | 2002-07-02 03:54:49 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-07-02 03:54:49 +0000 |
| commit | c415aa152c70916c43fa1c40dc9f6c7b4aeb8ae5 (patch) | |
| tree | 0b2a2f20af452a0327660a24dbc28cd90f12fbf8 /fml/lib/FML/Process/HTMLify.pm | |
| parent | 0247179173c9194418669a5fbad651be2de393fa (diff) | |
| download | fml8-c415aa152c70916c43fa1c40dc9f6c7b4aeb8ae5.tar.gz fml8-c415aa152c70916c43fa1c40dc9f6c7b4aeb8ae5.tar.bz2 fml8-c415aa152c70916c43fa1c40dc9f6c7b4aeb8ae5.zip | |
clean up/fix comments
Diffstat (limited to 'fml/lib/FML/Process/HTMLify.pm')
| -rw-r--r-- | fml/lib/FML/Process/HTMLify.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/FML/Process/HTMLify.pm b/fml/lib/FML/Process/HTMLify.pm index 7ea19818..3fc168fe 100644 --- a/fml/lib/FML/Process/HTMLify.pm +++ b/fml/lib/FML/Process/HTMLify.pm @@ -3,7 +3,7 @@ # Copyright (C) 2001,2002 Ken'ichi Fukamachi # All rights reserved. # -# $FML: HTMLify.pm,v 1.19 2002/04/27 05:25:03 fukachan Exp $ +# $FML: HTMLify.pm,v 1.20 2002/06/27 08:25:50 fukachan Exp $ # package FML::Process::HTMLify; @@ -41,7 +41,7 @@ create a C<FML::Process::Kernel> object and return it. =head2 C<prepare()> -dummy :) +adjust ml_* and load configuration files. =cut @@ -59,7 +59,7 @@ sub new } -# Descriptions: dummy to avoid to take data from STDIN +# Descriptions: adjust ml_* and load configuration files # Arguments: OBJ($self) HASH_REF($args) # Side Effects: none # Return Value: none |
