You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by ia...@apache.org on 2001/08/17 17:36:44 UTC

cvs commit: apr/include apr.h.in

ianh        01/08/17 08:36:44

  Modified:    include  apr.h.in
  Log:
  fix warning about slash being the wrong way around
  
  Revision  Changes    Path
  1.93      +3 -3      apr/include/apr.h.in
  
  Index: apr.h.in
  ===================================================================
  RCS file: /home/cvs/apr/include/apr.h.in,v
  retrieving revision 1.92
  retrieving revision 1.93
  diff -u -r1.92 -r1.93
  --- apr.h.in	2001/08/17 04:01:54	1.92
  +++ apr.h.in	2001/08/17 15:36:44	1.93
  @@ -2,11 +2,11 @@
   #define APR_H
   
   /**
  - * @file include\apr.h
  - * @brief Basic APR header
  + * @file include/apr.h
  + * @brief APR APR Main Include
    */
   /**
  - * @defgroup APR APR Functions
  + * @defgroup APR APR Routines
    * @{
    */