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/psError.h

    r8802 r11248  
    11/** @file  psError.h
    22 *
    3  *  @brief Contains the declarations for the error reporting functions
     3 *  @brief error reporting functions
    44 *
    55 *  Error reporting functions shall be used to create log entries in the
     
    88 *  of error detected.
    99 *
    10  *  @ingroup ErrorHandling
    11  *
     10 *  @author RHL, Princeton
    1211 *  @author Eric Van Alst, MHPCC
    1312 *
    14  *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2006-09-12 21:39:47 $
     13 *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2007-01-23 22:47:23 $
    1615 *
    1716 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2019#ifndef PS_ERROR_H
    2120#define PS_ERROR_H
     21
     22/// @addtogroup SysUtils System Utilities
     23/// @{
    2224
    2325#include<stdio.h>
     
    2830
    2931#define _(string) string
    30 
    31 /** @addtogroup ErrorHandling
    32  *  @{
    33  */
    3432
    3533/** Error message object */
     
    231229);
    232230
    233 /* @} */// End of SysUtils Functions
    234 
     231/// @}
    235232#endif
Note: See TracChangeset for help on using the changeset viewer.