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

    r10949 r11248  
    1 /** @file  psString.h
    2  *
    3  * -*- mode: C; c-basic-indent: 4; tab-width: 8; indent-tabs-mode: nil -*-
    4  * vim: set cindent ts=8 sw=4 expandtab:
    5  *
    6  *  @brief Contains the declarations of string utility functions
    7  *
    8  *  @ingroup SysUtils
    9  *
    10  *  String utility functions defined shall provide basic string copying
    11  *  capabilities.
    12  *
    13  *  @author Eric Van Alst, MHPCC
    14  *  @author David Robbins, MHPCC
    15  *
    16  *  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
    17  *  @date $Date: 2007-01-06 04:13:51 $
    18  *
    19  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     1/* @file  psString.h
     2 *
     3 * @brief string utility functions
     4 *
     5 * String utility functions defined shall provide basic string copying
     6 * capabilities.
     7 *
     8 * @author EAM, IfA
     9 * @author Eric Van Alst, MHPCC
     10 * @author David Robbins, MHPCC
     11 *
     12 * @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
     13 * @date $Date: 2007-01-23 22:47:23 $
     14 *
     15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    2016 */
    2117
    2218#ifndef PS_STRING_H
    2319#define PS_STRING_H
     20
     21/// @addtogroup SysUtils System Utilities
     22/// @{
    2423
    2524#include <sys/types.h>
     
    3534const char *p_psFileLine(const char *file, int line);
    3635#define PS_FILE_LINE p_psFileLine(__FILE__,__LINE__)
    37 
    38 // Doxygen group tags
    39 
    40 /** @addtogroup SysUtils
    41  *  @{
    42  */
    4336
    4437/** Allocates a new psString.
     
    230223#endif // ifndef DOXYGEN
    231224
    232 /** @} */// Doxygen - End of SystemGroup Functions
    233 
     225/// @}
    234226#endif // #ifndef PS_STRING_H
Note: See TracChangeset for help on using the changeset viewer.