* edo: added comments to generate all inheritance of classes in doxygen

This commit is contained in:
Caner Candan 2011-08-23 18:59:28 +02:00
commit 59343bf45e
32 changed files with 63 additions and 1 deletions

View file

@ -38,6 +38,8 @@ Authors:
#include "utils/eoMonitor.h"
//! edoFileSnapshot
class edoFileSnapshot : public eoMonitor
{
public:

View file

@ -28,6 +28,8 @@ Authors:
#ifndef _edoHyperVolume_h
#define _edoHyperVolume_h
//! edoHyperVolume
template < typename EOT >
class edoHyperVolume
{

View file

@ -30,6 +30,8 @@ Authors:
#include <eoFunctor.h>
//! edoStatBase< D >
template < typename D >
class edoStatBase : public eoUF< const D&, void >
{

View file

@ -31,6 +31,8 @@ Authors:
#include "edoStat.h"
#include "edoNormalMono.h"
//! edoStatNormalMono< EOT >
template < typename EOT >
class edoStatNormalMono : public edoDistribStat< edoNormalMono< EOT > >
{

View file

@ -33,6 +33,8 @@ Authors:
#include "edoStat.h"
#include "edoNormalMulti.h"
//! edoStatNormalMulti< EOT >
template < typename EOT >
class edoStatNormalMulti : public edoDistribStat< edoNormalMulti< EOT > >
{

View file

@ -31,6 +31,8 @@ Authors:
#include "edoStat.h"
#include "edoUniform.h"
//! edoStatUniform< EOT >
template < typename EOT >
class edoStatUniform : public edoDistribStat< edoUniform< EOT > >
{