IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2004, 4:09:57 PM (22 years ago)
Author:
desonia
Message:

doxygen tweaks.

File:
1 edited

Legend:

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

    r974 r978  
    1414 *  @ingroup MemoryManagement
    1515 *
    16  *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    17  *  @date $Date: 2004-06-10 01:58:06 $
     16 *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
     17 *  @date $Date: 2004-06-10 02:09:57 $
    1818 *
    1919 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3131 *
    3232 *  Routines dealing with the creating and setting of memory management callback functions.
     33 */
     34
     35/**
     36 *  @addtogroup memTracing Memory Tracing
     37 *
     38 *  Routines dealing with memory tracing and corruption checking.
    3339 */
    3440
     
    182188 *              blocks above id0 that have not been freed.
    183189 *  @see psAlloc, psFree, psgetMemId, psMemProblemCallbackSet
     190 *  @ingroup memTracing
    184191 */
    185192int psMemCheckLeaks(
     
    192199 *  i.e., invalid markers that signify a buffer under/overflow.
    193200 *
     201 *  @ingroup memTracing
    194202 */
    195203int psMemCheckCorruption(
     
    276284#define PS_FREE     (void*)1
    277285
     286//@} End of Memory Management Functions
     287
     288
     289#ifndef DOXYGEN
     290
    278291void p_psCustomFree(psFreeFcn fcn,void* ptr);
    279 
    280 //@} End of Memory Management Functions
    281 
    282 #ifndef DOXYGEN
    283292
    284293/*
Note: See TracChangeset for help on using the changeset viewer.