massive documentation update
This commit is contained in:
parent
b4da9edf40
commit
7fed1ebf51
33 changed files with 399 additions and 181 deletions
|
|
@ -28,8 +28,16 @@ Authors:
|
|||
#ifndef _edoModifier_h
|
||||
#define _edoModifier_h
|
||||
|
||||
//! edoModifier< D >
|
||||
/** @defgroup Modifiers
|
||||
*
|
||||
* A set of classes that arbitrarly modify a given distribution.
|
||||
*/
|
||||
|
||||
/** A functor to arbitrarly modify a distribution
|
||||
*
|
||||
* @ingroup Core
|
||||
* @ingroup Modifiers
|
||||
*/
|
||||
template < typename D >
|
||||
class edoModifier
|
||||
{
|
||||
|
|
|
|||
Reference in a new issue