Show
Ignore:
Timestamp:
06/11/10 14:39:57 (14 years ago)
Author:
smidl
Message:

doc

Location:
applications/bdmtoolbox/doc/local
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • applications/bdmtoolbox/doc/local/000scenarios.dox

    r1073 r1086  
    3838 - List of <a href="bdm_doc/annotated_bdm_BM.html" > Bayesian Models</a> 
    3939 - List of <a href="bdm_doc/annotated_bdm_Controllers.html" > Controllers</a> 
     40 - List of <a href="bdm_doc/annotated_bdm_MergerBase.html" > Mergers</a> 
    4041 
    4142For details of their use, see tutorials: 
     
    4344 - \ref userguide_sim 
    4445 - \ref userguide_estim 
     46 - \ref userguide_merg 
    4547 - \ref userguide_ctrl 
    4648  
  • applications/bdmtoolbox/doc/local/002mex_classes.dox

    r1054 r1086  
    11/*! 
    2 \page mex_bdm  Use Case #3: combining Matlab classes and BDM classes 
     2\page bdt_mex_bdm  Use Case #3: combining Matlab classes and BDM classes 
    33 
    44The classes written in Matlab can be combined with standard BDM classes via corresponding C++ classes with equal names, i.e. mexBM.m is accepted by C++ class mexBM 
  • applications/bdmtoolbox/doc/local/mainpage.dox

    r1050 r1086  
    4848The purpose of this use case is to allow seamless integration of pure Matlab algorithm into the routines of BDM.  
    4949 
    50 See \ref bdt_mex_classes for details 
     50See \ref bdt_mex_bdm for details 
    5151 
    5252 */