Changeset 1068 for library/bdm/base

Show
Ignore:
Timestamp:
06/09/10 18:35:14 (14 years ago)
Author:
mido
Message:

patch of documentation - all conditional pdfs revised

Files:
1 modified

Legend:

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

    r1066 r1068  
    694694        dimc = d; 
    695695    } 
    696     //! Load from structure with elements: 
    697     //!  \code 
    698     //! { class = "pdf_offspring", 
    699     //!   rv = {class="RV", names=(...),}; // RV describing meaning of random variable 
    700     //!   rvc= {class="RV", names=(...),}; // RV describing meaning of random variable in condition 
    701     //!   // elements of offsprings 
    702     //! } 
    703     //! \endcode 
    704     //!@} 
     696 
     697    /*! Create object from the following structure 
     698    \code 
     699    class = 'pdf'; 
     700    --- optional fields --- 
     701    rv = RV({'names',...},[sizes,...],[times,...]);  % description of the random variable - typically delayed values, time=-1, etc.!     
     702    rvc= RV({'names',...},[sizes,...],[times,...]);  % description of the random variable in condition 
     703    --- inherited fields --- 
     704    bdm::root::from_setting 
     705    \endcode 
     706    */ 
     707    //! @} 
    705708    void from_setting ( const Setting &set ); 
    706709