Changeset 10

Show
Ignore:
Timestamp:
12/21/03 11:31:27 (8 years ago)
Author:
kake
Message:

Fixed mistake in docs.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cgi-wiki/trunk/lib/CGI/Wiki/Search/SII.pm

    r2 r10  
    77use vars qw( @ISA $VERSION ); 
    88 
    9 $VERSION = 0.07; 
     9$VERSION = 0.08; 
    1010 
    1111=head1 NAME 
     
    174174=item B<index_node> 
    175175 
    176   $search->index_node($node); 
    177  
    178 Indexes or reindexes the given node in the Search::InvertedIndex 
    179 indexes. 
     176  $search->index_node($node, $content); 
     177 
     178Indexes or reindexes the given node in the L<Search::InvertedIndex> 
     179indexes.  You must supply both the node name and its content. 
    180180 
    181181=cut