Changeset 1268 for trunk/yat/classifier


Ignore:
Timestamp:
Apr 9, 2008, 4:13:49 PM (15 years ago)
Author:
Peter
Message:

fixing some doxygen warnings - and let make distcheck work again

Location:
trunk/yat/classifier
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/classifier/DataLookup1D.h

    r1193 r1268  
    4545  /// @brief Class for general vector view.
    4646  ///
    47   class DataLookup1D
    48   {
    49  
    50   public:
     47  class DataLookup1D
     48  {
     49  public:
    5150    /// 'Read Only' iterator
    5251    typedef utility::StrideIterator<
     
    5857    /// Constructor.
    5958    ///
     59    /// \param m MatrixLookup to look into
    6060    /// @param row_vector if true DataLookup1D is looking into a
    6161    /// row of MatrixLookup, otherwise looking into a
    6262    /// column. @param index which row/column to look into.
    6363    ///
    64     DataLookup1D(const MatrixLookup&, const size_t index,
     64    DataLookup1D(const MatrixLookup& m, const size_t index,
    6565                 const bool row_vector);
    6666
     
    133133    const bool owner_;
    134134   
    135   };
     135  };
    136136
    137137  ///
  • trunk/yat/classifier/DataLookupWeighted1D.h

    r1193 r1268  
    6161    /// Constructor.
    6262    ///
     63    /// \param m MatrixLookupWeighted to look into
    6364    /// @param row_vector if true (default) DataLookup1D is
    6465    /// looking into a row of MatrixLookupWeighted, otherwise looking into
    6566    /// a column. @param index which row/column to look into.
    6667    ///
    67     DataLookupWeighted1D(const MatrixLookupWeighted&, const size_t index,
     68    DataLookupWeighted1D(const MatrixLookupWeighted& m, const size_t index,
    6869                         const bool row_vector);
    6970
Note: See TracChangeset for help on using the changeset viewer.