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/LineCatalog.h

    r1259 r1287  
    3636    */
    3737  LineCatalog(const std::string& name = "jpl");
    38   /**
    39     * select a subset of the table by frequency range
    40     * @param fmin the lower frequency bound
    41     * @param fmin the upper frequency bound
    42     */
    4338
    4439  virtual ~LineCatalog() {}
     
    5045   */
    5146  void setFrequencyLimits(double fmin, double fmax);
     47
    5248  /**
    5349    * select a subset of the table by line strength range
     
    5652    */
    5753  void setStrengthLimits(double smin, double smax);
     54 
    5855  /**
    5956    * select a subset of the data by name pattern match (unix-style)
     
    6461    */
    6562  void setPattern(const std::string& name, const std::string& ptype="pattern");
     63 
    6664  /**
    6765    * save the table  with current limits to disk (as an aips++ table)
     
    6967    */
    7068  void save(const std::string& name);
     69 
    7170  /**
    7271    * Return a string representation of this table
Note: See TracChangeset for help on using the changeset viewer.