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/sys/psAbort.h

    r432 r530  
    11/** @file  psAbort.h
     2 *
     3 *  @ingroup SystemGroup System Utilities
    24 *
    35 *  @brief Contains the declarations for the abort function
     
    911 *  @author Eric Van Alst, MHPCC
    1012 *   
    11  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-04-16 02:18:57 $
     13 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2004-04-27 19:24:32 $
    1315 *
    1416 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1517 */
    1618
    17 #ifndef PSABORT_H
    18 #define PSABORT_H
     19#ifndef PS_ABORT_H
     20#define PS_ABORT_H
    1921
    2022/******************************************************************************/
     
    3436/*****************************************************************************/
    3537
     38// Doxygen grouping tags
     39/** @addtogroup SystemGroup System Utilities
     40 *  @{
     41 */
     42
    3643/** Reports an abort message to logging facility
    3744 *
     
    5057);
    5158
     59/* @} */  // Doxygen - End of SystemGroup Functions
     60
    5261#endif
    5362
Note: See TracChangeset for help on using the changeset viewer.