IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 23, 2007, 12:47:23 PM (19 years ago)
Author:
magnier
Message:

major cleanup of the Doxygen groups

File:
1 edited

Legend:

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

    r10286 r11248  
    11/** @file  psConfigure.h
    22 *
    3  *  @brief Contains the declarations for initialization, memory finalization,
    4  *   and configuration.
     3 *  @brief Functions to init and cleanup psLib
    54 *
    65 *  These functions initalize psLib data before the beginning of a run and
     
    87 *  also provided to return the current psLib version.
    98 *
    10  *  @ingroup Configure
    119 *
    1210 *  @author Ross Harman, MHPCC
    1311 *  @author Robert DeSonia, MHPCC
    1412 *
    15  *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    16  *  @date $Date: 2006-11-29 21:33:09 $
     13 *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2007-01-23 22:47:23 $
    1715 *
    1816 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2220#define PS_CONFIGURE_H
    2321
    24 /** @addtogroup Configure
    25  *  @{
    26  */
     22/// @addtogroup SysUtils System Utilities
     23/// @{
    2724
    2825/** Get current psLib version
     
    7067void p_psMemoryCheck(void);
    7168
    72 /** @} */
    73 
     69/// @}
    7470#endif // #ifndef PS_CONFIGURE_H
Note: See TracChangeset for help on using the changeset viewer.