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/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 */
Note: See TracChangeset for help on using the changeset viewer.