X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=docs%2FDoxyfile;h=1988aa07a6bfb6bd7fc09cf40ce494799c8c7fea;hb=25a2a1f6598b6452455da96c28a7f58fd9e7ed2d;hp=9a27f6716f62ffeaa10e94cd315b6eaf625e3298;hpb=8c80d760637f8df39262683cd2570f0589423d36;p=bamtools.git diff --git a/docs/Doxyfile b/docs/Doxyfile index 9a27f67..1988aa0 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -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