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