Ignore:
Timestamp:
Jun 16, 2006 4:52:51 PM (18 years ago)
Author:
bennylp
Message:

Fixed pjlib doxygen documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/os.h

    r433 r514  
    506506 * @ingroup PJ_OS 
    507507 * @{ 
     508 * Reader/writer mutex is a classic synchronization object where multiple 
     509 * readers can acquire the mutex, but only a single writer can acquire the  
     510 * mutex. 
     511 */ 
     512 
     513/** 
     514 * Opaque declaration for reader/writer mutex. 
    508515 * Reader/writer mutex is a classic synchronization object where multiple 
    509516 * readers can acquire the mutex, but only a single writer can acquire the  
Note: See TracChangeset for help on using the changeset viewer.