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

    r4857 r11248  
    1 /** @file psRandom.h
    2 *  \brief Random Number Generators
    3 *  \ingroup Math
    4 *
    5 *  This file will hold the prototypes for procedures which allocate, free,
    6 *  and evaluate random number Generators.
    7 *
    8 *  @ingroup Math
    9 *
    10 *  @author GLG, MHPCC
    11 *
    12 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-08-23 23:23:05 $
    14 *
    15 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    16 */
     1/* @file psRandom.h
     2 * @brief Random Number Generators
     3 *
     4 * This file will hold the prototypes for procedures which allocate, free,
     5 * and evaluate random number Generators.
     6 *
     7 * @author GLG, MHPCC
     8 *
     9 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     10 * @date $Date: 2007-01-23 22:47:23 $
     11 *
     12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     13 */
    1714
    1815#ifndef PS_RANDOM_H
    1916#define PS_RANDOM_H
     17
     18/// @addtogroup MathOps Mathematical Operations
     19/// @{
    2020
    2121#include <stdio.h>
     
    2828#include <gsl/gsl_rng.h>
    2929#include <gsl/gsl_randist.h>
    30 
    31 /** \addtogroup Math
    32  *  \{
    33  */
    3430
    3531/** Enumeration containing a flag for psRandom types.  */
     
    109105);
    110106
    111 /* \} */// End of MathGroup Functions
    112 
     107/// @}
    113108#endif // #ifndef PS_RANDOM_H
Note: See TracChangeset for help on using the changeset viewer.