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 06:01:54 UTC

cvs commit: apr/include apr.h.in apr.hw

ianh        01/08/16 21:01:54

  Modified:    include  apr.h.in apr.hw
  Log:
  change the @file parameter to include 'include' this removes the warning
  about duplicate file names caused by netware's apr.h
  
  Revision  Changes    Path
  1.92      +1 -1      apr/include/apr.h.in
  
  Index: apr.h.in
  ===================================================================
  RCS file: /home/cvs/apr/include/apr.h.in,v
  retrieving revision 1.91
  retrieving revision 1.92
  diff -u -r1.91 -r1.92
  --- apr.h.in	2001/08/13 22:46:07	1.91
  +++ apr.h.in	2001/08/17 04:01:54	1.92
  @@ -2,7 +2,7 @@
   #define APR_H
   
   /**
  - * @file apr.h
  + * @file include\apr.h
    * @brief Basic APR header
    */
   /**
  
  
  
  1.76      +6 -7      apr/include/apr.hw
  
  Index: apr.hw
  ===================================================================
  RCS file: /home/cvs/apr/include/apr.hw,v
  retrieving revision 1.75
  retrieving revision 1.76
  diff -u -r1.75 -r1.76
  --- apr.hw	2001/08/12 05:50:46	1.75
  +++ apr.hw	2001/08/17 04:01:54	1.76
  @@ -52,17 +52,16 @@
    * <http://www.apache.org/>.
    */
   
  -/* 
  - * Note: This is a Windows specific version of apr.h. It is copied as
  - * apr.h at the start of a Windows build.
  - */
  +
   /**
  - * @file apr.h
  - * @brief Basic APR header
  + * @file include\apr.h
  + * @brief Basic APR header for WIN32
  + * @remark This is a Windows specific version of apr.h. It is copied as
  + * apr.h at the start of a Windows build.
    */
   
   /**
  - * @defgroup APR APR Functions
  + * @defgroup APR APR Functions (WIN32)
    * @{
    */