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.

Location:
trunk/psLib/src/collections
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psBitSet.h

    r966 r974  
    88 *  string.
    99 *
     10 *  @ingroup BitSet
     11 *
    1012 *  @author Ross Harman, MHPCC
    1113 *
    12  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-06-10 00:29:57 $
     14 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2004-06-10 01:58:06 $
    1416 *
    1517 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1820#ifndef PSBITSET_H
    1921#define PSBITSET_H
     22
     23/// @addtogroup BitSet
     24/// @{
    2025
    2126/******************************************************************************/
     
    111116);
    112117
     118/// @}
     119
    113120#endif
  • trunk/psLib/src/collections/psList.h

    r942 r974  
    44/** @file psList.h
    55 *  @brief Support for doubly linked lists
    6  *  @ingroup DataContainers
    76 *
    87 *  @author Robert Lupton, Princeton University
    98 *  @author Robert Daniel DeSonia, MHPCC
    109 *
    11  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-06-09 02:16:41 $
     10 *  @ingroup LinkedList
     11 *
     12 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2004-06-10 01:58:06 $
    1314 *
    1415 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1819
    1920#include "psVector.h"
     21
     22/** @addtogroup LinkedList
     23 *  @{
     24 */
    2025
    2126/** Special values of index into list
     
    5459}
    5560psList;
    56 
    57 /** @addtogroup DataContainers General Data Container Utilities
    58  *  @{
    59  */
    6061
    6162/** Constructor */
  • 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
  • trunk/psLib/src/collections/psVector.h

    r836 r974  
    66 *  in manupulating vectors.
    77 *
     8 *  @ingroup Vector
     9 *
    810 *  @author Robert DeSonia, MHPCC
    911 *  @author Ross Harman, MHPCC
    1012 *
    11  *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-06-03 00:32:32 $
     13 *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2004-06-10 01:58:06 $
    1315 *
    1416 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1921
    2022#include "psType.h"
     23
     24/// @addtogroup Vector
     25/// @{
    2126
    2227/** An vector to support primitive types.
     
    121126);
    122127
     128/// @}
     129
    123130#endif
Note: See TracChangeset for help on using the changeset viewer.