Changeset 219 for bdm

Show
Ignore:
Timestamp:
12/18/08 20:38:46 (16 years ago)
Author:
smidl
Message:

doc

Location:
bdm
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • bdm/math/libDC.h

    r183 r219  
    1616#include <itpp/itbase.h> 
    1717#include "../itpp_ext.h" 
     18 
     19/*! 
     20\defgroup math Auxiliary math functions  
     21@{ 
     22*/ 
    1823 
    1924using namespace itpp; 
     
    282287inline int ldmat::rows() const {return dim;} 
    283288 
     289/*! @} */ 
     290 
    284291#endif // DC_H 
  • bdm/stat/libBM.h

    r214 r219  
    1111*/ 
    1212 
     13/*! 
     14\defgroup core Core BDM classes 
     15@{ 
     16*/ 
    1317#ifndef BM_H 
    1418#define BM_H 
     
    473477}; 
    474478 
     479/*! @} */ 
    475480#endif // BM_H