Ignore:
Timestamp:
Jan 14, 2014, 2:46:41 AM (9 years ago)
Author:
Peter
Message:

fix docs so doxygen can parse correctly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.11-stable/yat/regression/KernelBox.h

    r2119 r3161  
    3737  class KernelBox : public Kernel
    3838  {
    39    
    4039  public:
    4140    ///
     
    4443    KernelBox(void);
    4544
    46     ///
    47     /// Function calculating kernel value as \f$ w(x)=1\f$ if \f$|x|\le 1
    48     /// \f$, \f$ w(x)=0 \f$ otherwise.
    49     ///
     45    /**
     46      Function calculating kernel value as \f$ w(x)=1\f$ if \f$|x|\le 1
     47      \f$, \f$ w(x)=0 \f$ otherwise.
     48    */
    5049    double operator()(const double) const;
    51  
     50
    5251  private:
    5352  };
Note: See TracChangeset for help on using the changeset viewer.