X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=docs%2FDoxyfile;h=b50929b5e550094107cbd16b55b8745182555559;hb=f82b860f94f9bf107c21acacf9df5aab6cf8c3e7;hp=4ce1cc2585fc8c41b61b0bf70b1ae4d654e7fd34;hpb=17f39f62875a7122ff09e3af647377e04afed563;p=bamtools.git diff --git a/docs/Doxyfile b/docs/Doxyfile index 4ce1cc2..b50929b 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.0.4 # 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