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/collections/psSort.h

    r945 r974  
    1212 *  in the sorted array is undefined.
    1313 *
     14 *  @ingroup Sort
     15 *
    1416 *  @author Ross Harman, MHPCC
    1517 *
    16  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    17  *  @date $Date: 2004-06-09 18:23:22 $
     18 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     19 *  @date $Date: 2004-06-10 01:58:06 $
    1820 *
    1921 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2224#ifndef PSSORT_H
    2325#define PSSORT_H
     26
     27/// @addtogroup Sort
     28/// @{
    2429
    2530/******************************************************************************/
     
    5863psVector *psSortIndex(psVector *restrict outVector, const psVector *restrict inVector);
    5964
     65/// @}
     66
    6067#endif
Note: See TracChangeset for help on using the changeset viewer.