* edo: added comments to generate all inheritance of classes in doxygen
This commit is contained in:
parent
9ff69a8fca
commit
59343bf45e
32 changed files with 63 additions and 1 deletions
|
|
@ -38,6 +38,8 @@ Authors:
|
|||
|
||||
#include "utils/eoMonitor.h"
|
||||
|
||||
//! edoFileSnapshot
|
||||
|
||||
class edoFileSnapshot : public eoMonitor
|
||||
{
|
||||
public:
|
||||
|
|
|
|||
|
|
@ -28,6 +28,8 @@ Authors:
|
|||
#ifndef _edoHyperVolume_h
|
||||
#define _edoHyperVolume_h
|
||||
|
||||
//! edoHyperVolume
|
||||
|
||||
template < typename EOT >
|
||||
class edoHyperVolume
|
||||
{
|
||||
|
|
|
|||
|
|
@ -30,6 +30,8 @@ Authors:
|
|||
|
||||
#include <eoFunctor.h>
|
||||
|
||||
//! edoStatBase< D >
|
||||
|
||||
template < typename D >
|
||||
class edoStatBase : public eoUF< const D&, void >
|
||||
{
|
||||
|
|
|
|||
|
|
@ -31,6 +31,8 @@ Authors:
|
|||
#include "edoStat.h"
|
||||
#include "edoNormalMono.h"
|
||||
|
||||
//! edoStatNormalMono< EOT >
|
||||
|
||||
template < typename EOT >
|
||||
class edoStatNormalMono : public edoDistribStat< edoNormalMono< EOT > >
|
||||
{
|
||||
|
|
|
|||
|
|
@ -33,6 +33,8 @@ Authors:
|
|||
#include "edoStat.h"
|
||||
#include "edoNormalMulti.h"
|
||||
|
||||
//! edoStatNormalMulti< EOT >
|
||||
|
||||
template < typename EOT >
|
||||
class edoStatNormalMulti : public edoDistribStat< edoNormalMulti< EOT > >
|
||||
{
|
||||
|
|
|
|||
|
|
@ -31,6 +31,8 @@ Authors:
|
|||
#include "edoStat.h"
|
||||
#include "edoUniform.h"
|
||||
|
||||
//! edoStatUniform< EOT >
|
||||
|
||||
template < typename EOT >
|
||||
class edoStatUniform : public edoDistribStat< edoUniform< EOT > >
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue