IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 27, 2004, 9:24:32 AM (22 years ago)
Author:
evanalst
Message:

Added Doxygen tags for grouping functions into system utilities group.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sysUtils/psString.h

    r463 r530  
    22 *
    33 *  @brief Contains the declarations of string utility functions
     4 *
     5 *  @ingroup SystemGroup
    46 *
    57 *  String utility functions defined shall provide basic string copying
     
    810 *  @author Eric Van Alst, MHPCC
    911 *   
    10  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2004-04-20 02:30:07 $
     12 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2004-04-27 19:24:32 $
    1214 *
    1315 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3335/* FUNCTION PROTOTYPES                                                       */
    3436/*****************************************************************************/
     37
     38// Doxygen group tags
     39/** @addtogroup SystemGroup System Utilities
     40 *  @{
     41 */
    3542
    3643/** Copies the input string
     
    6572);
    6673
     74/* @} */  // Doxygen - End of SystemGroup Functions
     75
    6776#endif
    6877
Note: See TracChangeset for help on using the changeset viewer.