X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=apidoc%2Fdoxygen.cfg.in;h=708849e633d54d22897abed73c9f4f0c8031171f;hp=9c328db4cf04726ffd1262f0a50cd83df1c816d6;hb=10ed4484b3d4bafd7a7aa287097fd612f7b9034a;hpb=81f3d7a9a3b44af0b9019da5d6673c0dbc218626 diff --git a/apidoc/doxygen.cfg.in b/apidoc/doxygen.cfg.in index 9c328db..708849e 100644 --- a/apidoc/doxygen.cfg.in +++ b/apidoc/doxygen.cfg.in @@ -574,13 +574,13 @@ STRIP_CODE_COMMENTS = YES # then for each documented function all documented # functions referencing it will be listed. -REFERENCED_BY_RELATION = YES +REFERENCED_BY_RELATION = NO # If the REFERENCES_RELATION tag is set to YES (the default) # then for each documented function all documented entities # called/used by that function will be listed. -REFERENCES_RELATION = YES +REFERENCES_RELATION = NO # If the USE_HTAGS tag is set to YES then the references to source code # will point to the HTML generated by the htags(1) tool instead of doxygen @@ -709,7 +709,7 @@ TOC_EXPAND = NO # top of each HTML page. The value NO (the default) enables the index and # the value YES disables it. -DISABLE_INDEX = YES +DISABLE_INDEX = NO # This tag can be used to set the number of enum values (range [1..20]) # that doxygen will group on one line in the generated HTML documentation. @@ -1006,14 +1006,15 @@ INCLUDE_FILE_PATTERNS = # undefined via #undef or recursively expanded use the := operator # instead of the = operator. -PREDEFINED = _DOXYGEN_SKIP_ME +PREDEFINED = __doxygen_skip__ \ + __attribute__(x)= # 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. # The macro definition that is found in the sources will be used. # Use the PREDEFINED tag if you want to use a different macro definition. -EXPAND_AS_DEFINED = +EXPAND_AS_DEFINED = __attribute__(x) # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then # doxygen's preprocessor will remove all function-like macros that are alone