IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2004, 3:58:06 PM (22 years ago)
Author:
desonia
Message:

Added doxygen group tags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psLogMsg.h

    r964 r974  
    11#if !defined(PS_LOG_MSG_H)
    22#define PS_LOG_MSG_H
    3 #endif
    43
    54/** \file psLogMsg.h
    65 *  \brief log messaging facilities
    7  *  \ingroup SystemGroup
     6 *  \ingroup LogTrace
    87 */
    98
    109#include <stdarg.h>
    1110
    12 /** Functions **************************************************************/
    13 /** \addtogroup SystemGroup System Utilities
    14  *  \{
     11/** @addtogroup LogTrace
     12 *  @{
    1513 */
    1614
     
    5654;
    5755
    58 /* \} */ // End of SystemGroup Functions
    5956
    6057///< Status codes for log messages
     
    7168    PS_LOG_TO_STDOUT };
    7269
     70/// @}
     71
     72#endif
Note: See TracChangeset for help on using the changeset viewer.