IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 23, 2007, 12:47:23 PM (19 years ago)
Author:
magnier
Message:

major cleanup of the Doxygen groups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psCompare.h

    r4367 r11248  
    1 /** @file psCompare.h
    2  *  @brief Comparison functions for sorting routines
    3  *
    4  *  @author Robert Daniel DeSonia, MHPCC
    5  *
    6  *  @ingroup Compare
    7  *
    8  *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-06-23 03:50:29 $
    10  *
    11  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     1/* @file psCompare.h
     2 * @brief Comparison functions for sorting routines
     3 *
     4 * @author Robert Daniel DeSonia, MHPCC
     5 *
     6 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-01-23 22:47:23 $
     8 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    129 */
    1310
     
    1512#define PS_COMPARE_H
    1613
     14/// @addtogroup MathOps Mathematical Operations
     15/// @{
     16
    1717#include "psType.h"
    18 
    19 /** @addtogroup Compare
    20 *  @{
    21 */
    2218
    2319/** A comparison function for sorting elements that are pointers to data,
     
    503499);
    504500
    505 
    506501/// @}
    507 
    508502#endif  // #ifndef PS_COMPARE_H
Note: See TracChangeset for help on using the changeset viewer.