IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 27, 2004, 9:24:32 AM (22 years ago)
Author:
evanalst
Message:

Added Doxygen tags for grouping functions into system utilities group.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sysUtils/psError.h

    r432 r530  
    22 *
    33 *  @brief Contains the declarations for the error reporting functions
     4 *
     5 *  @ingroup SystemGroup
    46 *
    57 *  Error reporting functions shall be used to create log entries in the
     
    1012 *  @author Eric Van Alst, MHPCC
    1113 *   
    12  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-04-16 02:18:57 $
     14 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2004-04-27 19:24:32 $
    1416 *
    1517 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1618 */
    1719
    18 #ifndef PSERROR_H
    19 #define PSERROR_H
     20#ifndef PS_ERROR_H
     21#define PS_ERROR_H
    2022
    2123/******************************************************************************/
     
    3537/*****************************************************************************/
    3638
     39/** @addtogroup SystemGroup System Utilities
     40 *  @{
     41 */
     42
    3743/** Reports an error message to the logging facility
    3844 *
     
    5056);
    5157
     58/* @} */  // End of SystemGroup Functions
     59
    5260#endif
    5361
Note: See TracChangeset for help on using the changeset viewer.