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

    r7950 r11248  
    11/** @file  psLine.h
    22 *
    3  *
    4  *  @brief Contains the declarations of line utility functions
    5  *
    6  *  @ingroup SysUtils
     3 *  @brief charater-string fixed-length line functions
    74 *
    85 *  The psLine functions allow manipulation of fixed-length lines.
    96 *
     7 *  @author EAM, IFA
    108 *  @author Paul Price, IFA
    119 *  @author David Robbins, MHPCC
    1210 *
    13  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2006-07-21 02:39:33 $
     11 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2007-01-23 22:47:23 $
    1513 *
    1614 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2018#define PS_LINE_H
    2119
     20/// @addtogroup SysUtils System Utilities
     21/// @{
     22
    2223#include "psString.h"
    23 
    24 /** @addtogroup SysUtils
    25  *  @{
    26  */
    2724
    2825/** Structure to carry a dynamic string */
     
    7774);
    7875
     76/// @}
    7977#endif /* PS_LINE_H */
Note: See TracChangeset for help on using the changeset viewer.