X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=doxygen%2Fcds.doxy;h=1414d4e41e37210ec83ddcb1c096271e02d7b1e0;hb=e6674a333c7b913717bf8538d9087116f9f36cd4;hp=cf679bfa8dec4896902fb034e254ab25e5f6470e;hpb=a74e7460ca218551ac14e064e9c2bc5190c14774;p=libcds.git diff --git a/doxygen/cds.doxy b/doxygen/cds.doxy index cf679bfa..1414d4e4 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.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. @@ -1394,17 +1394,14 @@ INCLUDE_FILE_PATTERNS = PREDEFINED = CDS_BUILD_BITS=64 \ CDS_DOXYGEN_INVOKED \ - cds_std=std \ CDS_URCU_SIGNAL_HANDLING_ENABLED \ CDS_CXX11_INLINE_NAMESPACE_SUPPORT \ CDS_CXX11_INLINE_NAMESPACE=inline \ - CDS_CXX11_DECLTYPE_SUPPORT \ CDS_NOEXCEPT=noexcept() \ CDS_CONSTEXPR=constexpr \ - CDS_CONSTEXPR_CONST="constexpr const" \ - CDS_ATOMIC=std \ - CDS_DELETE_SPECIFIER="=delete"\ - CDS_DEFAULT_SPECIFIER="=default" + 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.