]> git.donarmstrong.com Git - bamtools.git/blobdiff - docs/Doxyfile
Added explicit merge order to BamMultiReader
[bamtools.git] / docs / Doxyfile
index ea3a6a8fbb08a002c8c6cb2a28144affbd2caab3..ff88c615b9fdb132b0263ef8ca9758989a663810 100644 (file)
@@ -31,7 +31,7 @@ PROJECT_NAME           = BamTools
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 1.0.0
+PROJECT_NUMBER         = 2.2.3
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
@@ -672,7 +672,11 @@ EXCLUDE_PATTERNS       =
 # AClass::ANamespace, ANamespace::*Test
 
 EXCLUDE_SYMBOLS        = BamTools::Internal \
-                         BamTools::BamAlignment::BamAlignmentSupportData
+                         BamTools::BamAlignment::BamAlignmentSupportData \
+                         BamTools::RaiiBuffer \
+                         UsesCharData \
+                         sort_helper \
+                         AlignmentSortBase
 
 # The EXAMPLE_PATH tag can be used to specify one or more files or 
 # directories that contain example code fragments that are included (see