Changeset 2389


Ignore:
Timestamp:
Dec 22, 2010, 9:34:31 PM (12 years ago)
Author:
Peter
Message:

adding some missing since tags

Location:
trunk/yat/omic
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/omic/Codon.h

    r2369 r2389  
    5959     <tr><td>Val</td><td>V</td><td>GTT,GTC,GTA,GTG</td></tr>
    6060     <tr><td>START</td><td></td><td>ATG</td></tr>
    61      <tr><td>STOP</td><td></td><td>TAA,TGA,TAG</td></tr>
     61     <tr><td>STOP</td>*<td></td><td>TAA,TGA,TAG</td></tr>
    6262     </table>
    6363
     
    132132
    133133     \relates Codon
     134
     135     \since New in yat 0.7
    134136   */
    135137  struct AminoAcidEqual : public std::binary_function<Codon, Codon, bool>
  • trunk/yat/omic/GenomicPosition.h

    r2388 r2389  
    9898     of \a rhs or if chromosome of \a lhs equals chromosome of \a rhs
    9999     and position of \a lhs is less than position of \a rhs.
     100
     101     \since New in yat 0.7
    100102   */
    101103  bool operator<(const GenomicPosition& lhs, const GenomicPosition& rhs);
     
    105107
    106108     \return \c true if chromosomes and positions are the same.
     109
     110     \since New in yat 0.7
    107111   */
    108112  bool operator==(const GenomicPosition& lhs, const GenomicPosition& rhs);
     
    118122
    119123     \return chromosome number
     124
     125     \since New in yat 0.7
    120126   */
    121127  unsigned short chr2int(const std::string& str);
Note: See TracChangeset for help on using the changeset viewer.