]> git.donarmstrong.com Git - bamtools.git/blobdiff - docs/Doxyfile
Added explicit merge order to BamMultiReader
[bamtools.git] / docs / Doxyfile
index 4ce1cc2585fc8c41b61b0bf70b1ae4d654e7fd34..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. 
@@ -189,7 +189,7 @@ TAB_SIZE               = 1
 # will result in a user-defined paragraph with heading "Side Effects:". 
 # You can put \n's in the value part of an alias to insert newlines.
 
-ALIASES                = 
+ALIASES                = samSpecURL=http://samtools.sourceforge.net/SAM1.pdf
 
 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C 
 # sources only. Doxygen will then generate output that is more tailored for C. 
@@ -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