IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2004, 3:58:06 PM (22 years ago)
Author:
desonia
Message:

Added doxygen group tags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psMemory.h

    r876 r974  
    1212 *  @author Robert Lupton, Princeton University
    1313 *
    14  *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2004-06-04 23:46:48 $
    16  *
    17  *  @ingroup SystemGroup System Utilities
     14 *  @ingroup MemoryManagement
     15 *
     16 *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
     17 *  @date $Date: 2004-06-10 01:58:06 $
    1818 *
    1919 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2121
    2222#include <stdio.h>                      // needed for FILE
    23 #include <pthread.h>                   // we need a mutex to make this stuff thread safe.
    24 
    25 /** @addtogroup MemoryManagement Memory Management Utilities
    26  *  @ingroup SystemGroup
    27  *
    28  *  This is the generic memory management system put inbetween the user's high level code and the OS-level
    29  *  memory allocation routines.  This system adds such features as callback routines for memory error events,
    30  *  tracing capabilities, and reference counting.
     23#include <pthread.h>                    // we need a mutex to make this stuff thread safe.
     24
     25/** @addtogroup MemoryManagement
    3126 *  @{
    3227 */
Note: See TracChangeset for help on using the changeset viewer.