X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=doxygen%2Fcds.doxy;h=5cb1ae883a0cc7af0098a7192f6fd27b115f6e52;hb=c127b1780d72d0fb14460e939d323875432e5244;hp=94382b41384d111ff47ceb61bd7451ddcb28a30b;hpb=3b09384417d358c48abee9a025566d737981fa21;p=libcds.git diff --git a/doxygen/cds.doxy b/doxygen/cds.doxy index 94382b41..5cb1ae88 100644 --- a/doxygen/cds.doxy +++ b/doxygen/cds.doxy @@ -31,7 +31,7 @@ PROJECT_NAME = cds # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 2.1.0 +PROJECT_NUMBER = 2.3.1 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -1064,7 +1064,7 @@ ENUM_VALUES_PER_LINE = 4 # JavaScript, DHTML, CSS and frames is required (i.e. any modern browser). # Windows users are probably better off using the HTML help feature. -GENERATE_TREEVIEW = NO +GENERATE_TREEVIEW = YES # By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories, # and Class Hierarchy pages using a tree view instead of an ordered list. @@ -1399,7 +1399,9 @@ PREDEFINED = CDS_BUILD_BITS=64 \ CDS_CXX11_INLINE_NAMESPACE=inline \ CDS_NOEXCEPT=noexcept() \ CDS_CONSTEXPR=constexpr \ - CDS_CXX11_INHERITING_CTOR + CDS_CXX11_INHERITING_CTOR \ + CDS_EXCEPTION_ENABLED \ + CDS_SUPPRESS_SANITIZE # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded.