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

    r10429 r11248  
    11/** @file  psLogMsg.h
     2 *
    23 *  @brief Procedures for logging messages.
    3  *  \ingroup LogTrace
    44 *
    55 *  This file will hold the prototypes for defining procedure which set
    66 *  message log levels, messahe log formats, message log destinations, and
    77 *  for generating the messages themselves.
    8  *  @ingroup LogTrace
    98 *
    109 *  @author Robert Lupton, Princeton University
    1110 *  @author GLG, MHPCC
    1211 *
    13  *  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2006-12-04 20:45:46 $
     12 *  @version $Revision: 1.38 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2007-01-23 22:47:23 $
    1514 *
    1615 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1716 */
     17
    1818#ifndef PS_LOG_MSG_H
    1919#define PS_LOG_MSG_H
     20
     21/// @addtogroup SysUtils System Utilities
     22/// @{
     23
    2024#include <stdarg.h>
    21 
    2225#include "psType.h"
    23 
    24 /** @addtogroup LogTrace
    25  *  @{
    26  */
    2726
    2827/** This procedure sets the destination for future log messages.
     
    137136
    138137/// @}
    139 
    140138#endif // #ifndef PS_LOG_MSG_H
Note: See TracChangeset for help on using the changeset viewer.