X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=docs%2FDoxyfile;h=ff88c615b9fdb132b0263ef8ca9758989a663810;hb=574a2bfb36f7107529e7ccda0f75e70a493460e5;hp=9a27f6716f62ffeaa10e94cd315b6eaf625e3298;hpb=8c80d760637f8df39262683cd2570f0589423d36;p=bamtools.git diff --git a/docs/Doxyfile b/docs/Doxyfile index 9a27f67..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. @@ -115,7 +115,7 @@ INLINE_INHERITED_MEMB = NO # path before files name in the file list and in the header files. If set # to NO the shortest path that makes the file name unique will be used. -FULL_PATH_NAMES = YES +FULL_PATH_NAMES = NO # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag # can be used to strip a user-defined part of the path. Stripping is @@ -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