Changeset 3168


Ignore:
Timestamp:
Jan 21, 2014, 8:57:10 AM (10 years ago)
Author:
Peter
Message:

improve docs

File:
1 edited

Legend:

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

    r3055 r3168  
    316316    /**
    317317       Exchanging this read with \a other.
     318
     319       \see swap(BamRead&, BamRead&)
    318320     */
    319321    void swap(BamRead& other);
     
    332334  /**
    333335     Swap specialization for BamRead that is faster than generic
    334      std::swap as it just swap a pointers.
     336     std::swap as it just swap a pair of pointers.
    335337
    336338     \since New in yat 0.10
Note: See TracChangeset for help on using the changeset viewer.