]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/api/BamAlgorithms.h
Cleaned up intra-API includes & moved version numbers to 2.0.0
[bamtools.git] / src / api / BamAlgorithms.h
index 8a8e16bb9bdb9220a8364c0e98fa0958b072ca9b..61094123a734b527f709a6c7ea62e012b7330e93 100644 (file)
@@ -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.
 #ifndef BAMALGORITHMS_H
 #define BAMALGORITHMS_H
 
-#include <api/algorithms/Sort.h>
+#include "api/algorithms/Sort.h"
 
+/*! \namespace BamTools::Algorithms
+    \brief Provides convenient classes & methods for working with BAM data
+*/
 
 #endif // BAM_ALGORITHMS_H