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

    r9546 r11248  
    11/** @file psTrace.h
    2  *  \brief basic run-time trace facilities
    3  *  \ingroup LogTrace
     2 *
     3 *  @brief basic run-time trace facilities
    44 *
    55 *  This file will hold the prototypes for defining procedures to insert
     
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.52 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2006-10-13 22:29:23 $
     11 *  @version $Revision: 1.53 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2007-01-23 22:47:23 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1515 */
    16 #if !defined(PS_TRACE_H)
     16
     17#ifndef PS_TRACE_H
    1718#define PS_TRACE_H 1
     19
     20/// @addtogroup SysUtils System Utilities
     21/// @{
     22
    1823#include <stdarg.h>
    1924
     
    2126#define PS_DEFAULT_TRACE_LEVEL -1
    2227#define PS_THE_OTHER_DEFAULT_TRACE_LEVEL 0
    23 
    24 /** \addtogroup LogTrace
    25  *  \{
    26  */
    2728
    2829enum {
     
    171172int psTraceGetDestination(void);
    172173
    173 /* \} */// End of SystemGroup Functions
    174 
     174/// @}
    175175#endif /* PS_NO_TRACE */
    176 
    177176#endif /* PS_TRACE_H */
    178 
Note: See TracChangeset for help on using the changeset viewer.