You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2003/05/07 08:02:21 UTC

cvs commit: modperl-docs/src/docs/2.0/api config.cfg

stas        2003/05/06 23:02:21

  Modified:    src/docs/2.0/api config.cfg
  Added:       src/docs/2.0/api/Apache FilterRec.pod
  Log:
  add a skeleton for the Apache::FilterRec manpage
  
  Revision  Changes    Path
  1.1                  modperl-docs/src/docs/2.0/api/Apache/FilterRec.pod
  
  Index: FilterRec.pod
  ===================================================================
  =head1 NAME
  
  Apache::Filter -- A Perl API for Apache 2.0 Filter Records
  
  =head1 Synopsis
  
    use Apache::FilterRec;
    # ...
    sub filter {
        my $f = shift;
        my $next_f = $f->next;
        my $name = $f->name;
        # ...
    }
  
  =head1 Description
  
  C<Apache::FilterRec> provides the Perl API for Apache 2.0 filter
  records.
  
  =head1 API
  
  Function arguments (if any) and return values are shown in the
  function's synopsis.
  
  =head2 C<name>
  
  META: to be written
  
  =head2 C<next>
  
  META: to be written
  
  =cut
  
  
  
  1.21      +1 -0      modperl-docs/src/docs/2.0/api/config.cfg
  
  Index: config.cfg
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/config.cfg,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- config.cfg	17 Apr 2003 08:33:38 -0000	1.20
  +++ config.cfg	7 May 2003 06:02:21 -0000	1.21
  @@ -21,6 +21,7 @@
           Apache/Log.pod
           Apache/Directive.pod
           Apache/Filter.pod
  +        Apache/FilterRec.pod
           Apache/RequestRec.pod
           Apache/RequestUtil.pod
           Apache/ServerUtil.pod
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org