stas        2004/03/15 17:55:46

  Modified:    src/docs/2.0/api/Apache RequestUtil.pod ServerUtil.pod
  Log:
  document $s->add_config and xref with $r->add_config
  
  Revision  Changes    Path
  1.13      +2 -0      modperl-docs/src/docs/2.0/api/Apache/RequestUtil.pod
  
  Index: RequestUtil.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/RequestUtil.pod,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -u -r1.12 -r1.13
  --- RequestUtil.pod   2 Mar 2004 20:19:59 -0000       1.12
  +++ RequestUtil.pod   16 Mar 2004 01:55:46 -0000      1.13
  @@ -220,6 +220,8 @@
   
   =back
   
  +See also:
  +C<L<$s-E<gt>add_config|docs::2.0::api::Apache::ServerUtil/C_add_config_>>
   
   
   =head2 C<location>
  
  
  
  1.16      +27 -0     modperl-docs/src/docs/2.0/api/Apache/ServerUtil.pod
  
  Index: ServerUtil.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/ServerUtil.pod,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -u -r1.15 -r1.16
  --- ServerUtil.pod    19 Jan 2004 20:04:32 -0000      1.15
  +++ ServerUtil.pod    16 Mar 2004 01:55:46 -0000      1.16
  @@ -48,6 +48,33 @@
   
   
   
  +
  +=head2 C<add_config>
  +
  +META: Autogenerated - needs to be reviewed/completed
  +
  +  $ret = $s->add_config($lines, $path, $override);
  +
  +=over 4
  +
  +=item arg1: C<$r> (C<L<Apache::Server|docs::2.0::api::Apache::Server>>)
  +
  +=item arg2: C<$lines> (ARRAY ref)
  +
  +=item opt arg3: C<$path> (scalar)
  +
  +=item opt arg4: C<$override> (string)
  +
  +=item ret: C<$ret> (string)
  +
  +=back
  +
  +See also:
  +C<L<$r-E<gt>add_config|docs::2.0::api::Apache::RequestUtil/C_add_config_>>
  +
  +
  +
  +
   =head2 C<add_version_component>
   
   META: Autogenerated - needs to be reviewed/completed
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to