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/09/16 23:11:11 UTC

cvs commit: apr/include apr_compat.h apr_thread_rwlock.h

ianh        01/09/16 14:11:11

  Modified:    include  apr_compat.h apr_thread_rwlock.h
  Log:
  Doxygen fixes
  
  Revision  Changes    Path
  1.10      +1 -1      apr/include/apr_compat.h
  
  Index: apr_compat.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_compat.h,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- apr_compat.h	2001/08/26 05:15:45	1.9
  +++ apr_compat.h	2001/09/16 21:11:11	1.10
  @@ -101,7 +101,7 @@
   /** @deprecated @see apr_dso_error */
   #define ap_os_dso_error apr_dso_error
   /** @deprecated @see apr_filepath_merge
  - *  @tip apr_filepath_merge rejects invalid filenames */
  + *  @warning apr_filepath_merge rejects invalid filenames */
   #define ap_os_is_filename_valid apr_filepath_merge
   /** @deprecated @see apr_proc_kill */
   #define ap_os_kill apr_proc_kill
  
  
  
  1.2       +1 -1      apr/include/apr_thread_rwlock.h
  
  Index: apr_thread_rwlock.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_thread_rwlock.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- apr_thread_rwlock.h	2001/09/08 23:36:34	1.1
  +++ apr_thread_rwlock.h	2001/09/16 21:11:11	1.2
  @@ -66,7 +66,7 @@
   #if APR_HAS_THREADS
   
   /**
  - * @file apr_lock.h
  + * @file apr_thread_rwlock.h
    * @brief APR Thread RWLock Routines
    */