* 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

@ -32,6 +32,8 @@ Authors:
#include "edoEstimator.h"
#include "edoNormalMulti.h"
//! edoEstimatorNormalMulti< EOT >
template < typename EOT >
class edoEstimatorNormalMulti : public edoEstimator< edoNormalMulti< EOT > >
{