Show
Ignore:
Timestamp:
06/09/10 11:50:16 (14 years ago)
Author:
mido
Message:

a small patch of documentation, to be contiuned..

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/base/bdmbase.h

    r1060 r1063  
    570570 
    571571  This macro has to be called within a class declaration. Its argument \a classname has to correspond to that wrapping class. 
    572   This macro defines a log_level instance which can be modified either directly or by the means of #UI class. 
     572  This macro defines a log_level instance which can be modified either directly or by the means of #bdm::UI class. 
    573573 
    574574  One of the main purposes of this macro is to allow variability in using enumerations. By relating them to their names through 
     
    736736        //! log upper bound of the density (see function qbounds) 
    737737         
    738         //! \var log_level_enums logfull 
    739         //! log full record of the density in the form of setting 
    740738        LOG_LEVEL(epdf,logmean,loglbound,logubound); 
    741739 
     
    801799        //! Set statistics to match given input epdf. Typically it copies statistics from epdf of the same type and projects those form different types 
    802800        //! \param pdf0 epdf to match 
    803         //! \param option placeholder for potential options 
    804801        void set_statistics(const epdf *pdf0) NOT_IMPLEMENTED_VOID; 
    805802        //!@} 
     
    13091306 
    13101307        /*! \brief Incremental Bayes rule 
    1311         @param dt vector of input data 
     1308        @param yt vector of input data 
    13121309        */ 
    13131310        virtual void bayes ( const vec &yt, const vec &cond = empty_vec ) =0;