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 2002/08/01 08:04:47 UTC

cvs commit: modperl-docs/src/docs/2.0/api AUTOGENERATION

stas        2002/07/31 23:04:47

  Modified:    src/docs/2.0/api AUTOGENERATION
  Log:
  add the missing semicolons
  
  Revision  Changes    Path
  1.2       +2 -2      modperl-docs/src/docs/2.0/api/AUTOGENERATION
  
  Index: AUTOGENERATION
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/AUTOGENERATION,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AUTOGENERATION	25 Jul 2002 22:55:52 -0000	1.1
  +++ AUTOGENERATION	1 Aug 2002 06:04:47 -0000	1.2
  @@ -46,7 +46,7 @@
   
   =head2 @func: function()
   
  -   ($foo, $bar) = function($a, \@b)
  +   ($foo, $bar) = function($a, \@b);
   
   =over
   
  @@ -75,7 +75,7 @@
   
   =head2 function()
   
  - ($foo, $bar) = function($a, \@b)
  + ($foo, $bar) = function($a, \@b);
   
   Arguments:
   
  
  
  

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