X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=docs%2FDoxyfile;h=ff88c615b9fdb132b0263ef8ca9758989a663810;hb=574a2bfb36f7107529e7ccda0f75e70a493460e5;hp=ea3a6a8fbb08a002c8c6cb2a28144affbd2caab3;hpb=cdf4bbcb19025398d429035fe672661a8c8d1a80;p=bamtools.git diff --git a/docs/Doxyfile b/docs/Doxyfile index ea3a6a8..ff88c61 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -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