changed version to 2.4.0
[libcds.git] / doxygen / cds.doxy
index 882df3a4f370b65873916400ef48f7fce5d65e75..1414d4e41e37210ec83ddcb1c096271e02d7b1e0 100644 (file)
@@ -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.0.0
+PROJECT_NUMBER         = 2.4.0
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
@@ -601,7 +601,7 @@ INPUT                  = $(DOXYPRJ_ROOT)/cds
 # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for 
 # the list of possible encodings.
 
-INPUT_ENCODING         = windows-1251
+INPUT_ENCODING         = utf-8
 
 # If the value of the INPUT tag contains directories, you can use the 
 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
@@ -701,7 +701,7 @@ EXAMPLE_RECURSIVE      = NO
 # directories that contain image that are included in the documentation (see 
 # the \image command).
 
-IMAGE_PATH             = 
+IMAGE_PATH             = doxygen/image
 
 # The INPUT_FILTER tag can be used to specify a program that doxygen should 
 # invoke to filter for each input file. Doxygen will invoke the filter program 
@@ -791,13 +791,13 @@ VERBATIM_HEADERS       = NO
 # of all compounds will be generated. Enable this if the project 
 # contains a lot of classes, structs, unions or interfaces.
 
-ALPHABETICAL_INDEX     = NO
+ALPHABETICAL_INDEX     = YES
 
 # If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then 
 # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns 
 # in which this list will be split (can be a number in the range [1..20])
 
-COLS_IN_ALPHA_INDEX    = 5
+COLS_IN_ALPHA_INDEX    = 2
 
 # In case all classes in a project start with a common prefix, all 
 # classes will be put under the same header in the alphabetical index. 
@@ -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.
@@ -1392,106 +1392,16 @@ INCLUDE_FILE_PATTERNS  =
 # undefined via #undef or recursively expanded use the := operator 
 # instead of the = operator.
 
-PREDEFINED             = CDS_BUILD_BITS=32 \
+PREDEFINED             = CDS_BUILD_BITS=64 \
                          CDS_DOXYGEN_INVOKED \
-                         cds_std=std \
                          CDS_URCU_SIGNAL_HANDLING_ENABLED \
-                         CDS_CXX11_DELETE_DEFINITION_SUPPORT \
-                         CDS_CXX11_EXPLICITLY_DEFAULTED_FUNCTION_SUPPORT \
                          CDS_CXX11_INLINE_NAMESPACE_SUPPORT \
                          CDS_CXX11_INLINE_NAMESPACE=inline \
-                         CDS_CXX11_DECLTYPE_SUPPORT \
-                         CDS_RVALUE_SUPPORT \
-                         CDS_MOVE_SEMANTICS_SUPPORT \
                          CDS_NOEXCEPT=noexcept() \
                          CDS_CONSTEXPR=constexpr \
-                         CDS_ATOMIC=std \
-                         CDS_DELETE_SPECIFIER="=delete"\
-                         CDS_DEFAULT_SPECIFIER="=default"  \
-                         CDS_EMPLACE_SUPPORT \
-                         CDS_DECL_OPTIONS="typename... Options" \
-                         CDS_DECL_OPTIONS1="typename... Options" \
-                         CDS_DECL_OPTIONS2="typename... Options" \
-                         CDS_DECL_OPTIONS3="typename... Options" \
-                         CDS_DECL_OPTIONS4="typename... Options" \
-                         CDS_DECL_OPTIONS5="typename... Options" \
-                         CDS_DECL_OPTIONS6="typename... Options" \
-                         CDS_DECL_OPTIONS7="typename... Options" \
-                         CDS_DECL_OPTIONS8="typename... Options" \
-                         CDS_DECL_OPTIONS9="typename... Options" \
-                         CDS_DECL_OPTIONS10="typename... Options" \
-                         CDS_DECL_OPTIONS11="typename... Options" \
-                         CDS_DECL_OPTIONS12="typename... Options" \
-                         CDS_DECL_OPTIONS13="typename... Options" \
-                         CDS_DECL_OPTIONS14="typename... Options" \
-                         CDS_DECL_OPTIONS15="typename... Options" \
-                         CDS_DECL_OPTIONS16="typename... Options" \
-                         CDS_SPEC_OPTIONS="typename... Options" \
-                         CDS_SPEC_OPTIONS1="typename... Options" \
-                         CDS_SPEC_OPTIONS2="typename... Options" \
-                         CDS_SPEC_OPTIONS3="typename... Options" \
-                         CDS_SPEC_OPTIONS4="typename... Options" \
-                         CDS_SPEC_OPTIONS5="typename... Options" \
-                         CDS_SPEC_OPTIONS6="typename... Options" \
-                         CDS_SPEC_OPTIONS7="typename... Options" \
-                         CDS_SPEC_OPTIONS8="typename... Options" \
-                         CDS_SPEC_OPTIONS9="typename... Options" \
-                         CDS_SPEC_OPTIONS10="typename... Options" \
-                         CDS_SPEC_OPTIONS11="typename... Options" \
-                         CDS_SPEC_OPTIONS12="typename... Options" \
-                         CDS_SPEC_OPTIONS13="typename... Options" \
-                         CDS_SPEC_OPTIONS14="typename... Options" \
-                         CDS_SPEC_OPTIONS15="typename... Options" \
-                         CDS_SPEC_OPTIONS16="typename... Options" \
-                                                CDS_OPTIONS="Options..." \
-                         CDS_OPTIONS1="Options..." \
-                         CDS_OPTIONS2="Options..." \
-                         CDS_OPTIONS3="Options..." \
-                         CDS_OPTIONS4="Options..." \
-                         CDS_OPTIONS5="Options..." \
-                         CDS_OPTIONS6="Options..." \
-                         CDS_OPTIONS7="Options..." \
-                         CDS_OPTIONS8="Options..." \
-                         CDS_OPTIONS9="Options..." \
-                         CDS_OPTIONS10="Options..." \
-                         CDS_OPTIONS11="Options..." \
-                         CDS_OPTIONS12="Options..." \
-                         CDS_OPTIONS13="Options..." \
-                         CDS_OPTIONS14="Options..." \
-                         CDS_OPTIONS15="Options..." \
-                         CDS_OPTIONS16="Options..." \
-                         CDS_DECL_OTHER_OPTIONS1="typename... Options2" \
-                         CDS_DECL_OTHER_OPTIONS2="typename... Options2" \
-                         CDS_DECL_OTHER_OPTIONS3="typename... Options2" \
-                         CDS_DECL_OTHER_OPTIONS4="typename... Options2" \
-                         CDS_DECL_OTHER_OPTIONS5="typename... Options2" \
-                         CDS_DECL_OTHER_OPTIONS6="typename... Options2" \
-                         CDS_DECL_OTHER_OPTIONS7="typename... Options2" \
-                         CDS_DECL_OTHER_OPTIONS8="typename... Options2" \
-                         CDS_DECL_OTHER_OPTIONS9="typename... Options2" \
-                         CDS_DECL_OTHER_OPTIONS10="typename... Options2" \
-                         CDS_DECL_OTHER_OPTIONS11="typename... Options2" \
-                         CDS_DECL_OTHER_OPTIONS12="typename... Options2" \
-                         CDS_DECL_OTHER_OPTIONS13="typename... Options2" \
-                         CDS_DECL_OTHER_OPTIONS14="typename... Options2" \
-                         CDS_DECL_OTHER_OPTIONS15="typename... Options2" \
-                         CDS_DECL_OTHER_OPTIONS16="typename... Options2" \
-                         CDS_OTHER_OPTIONS1="Options2..." \
-                         CDS_OTHER_OPTIONS2="Options2..." \
-                         CDS_OTHER_OPTIONS3="Options2..." \
-                         CDS_OTHER_OPTIONS4="Options2..." \
-                         CDS_OTHER_OPTIONS5="Options2..." \
-                         CDS_OTHER_OPTIONS6="Options2..." \
-                         CDS_OTHER_OPTIONS7="Options2..." \
-                         CDS_OTHER_OPTIONS8="Options2..." \
-                         CDS_OTHER_OPTIONS9="Options2..." \
-                         CDS_OTHER_OPTIONS10="Options2..." \
-                         CDS_OTHER_OPTIONS11="Options2..." \
-                         CDS_OTHER_OPTIONS12="Options2..." \
-                         CDS_OTHER_OPTIONS13="Options2..." \
-                         CDS_OTHER_OPTIONS14="Options2..." \
-                         CDS_OTHER_OPTIONS15="Options2..." \
-                         CDS_OTHER_OPTIONS16="Options2..."
+                         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.