Ignore:
Timestamp:
11/06/06 14:16:40 (18 years ago)
Author:
mar637
Message:

doxygen tag fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/Release2.1.1b/src/Scantable.h

    r1189 r1287  
    120120  /**
    121121   * set the header
    122    * @param[in] sdh an STHeader object
     122   * @param[in] sth an STHeader object
    123123   */
    124124  void setHeader( const STHeader& sth );
     
    175175        /**
    176176         * set the direction type as a string, e.g. "J2000"
    177          * @param[in] the direction type
     177         * @param[in] refstr the direction type
    178178         */
    179179  void setDirectionRefString(const std::string& refstr="");
     
    203203  /**
    204204   * Set the Stokes type of the data
    205    * @param a string representing the type, e.g "circular" or "linear"
     205   * @param feedtype a string representing the type, e.g "circular" or "linear"
    206206   */
    207207  void setFeedType( const std::string& feedtype );
Note: See TracChangeset for help on using the changeset viewer.