X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fapi%2FBamAlgorithms.h;h=61094123a734b527f709a6c7ea62e012b7330e93;hb=9f1ce8c47aeadb6dc1320b52ee671c3341b97935;hp=8a8e16bb9bdb9220a8364c0e98fa0958b072ca9b;hpb=daf64972794dbbdae4bea6a0495578708c86363b;p=bamtools.git diff --git a/src/api/BamAlgorithms.h b/src/api/BamAlgorithms.h index 8a8e16b..6109412 100644 --- a/src/api/BamAlgorithms.h +++ b/src/api/BamAlgorithms.h @@ -3,7 +3,7 @@ // Marth Lab, Department of Biology, Boston College // All rights reserved. // --------------------------------------------------------------------------- -// Last modified: 29 September 2011 (DB) +// Last modified: 10 October 2011 (DB) // --------------------------------------------------------------------------- // Provides generic algorithms that are intended to work with BamTools data // structures. Where possible, these are intended to be STL-compatible. @@ -12,7 +12,10 @@ #ifndef BAMALGORITHMS_H #define BAMALGORITHMS_H -#include +#include "api/algorithms/Sort.h" +/*! \namespace BamTools::Algorithms + \brief Provides convenient classes & methods for working with BAM data +*/ #endif // BAM_ALGORITHMS_H