X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=doclib%2FDoxyfile.global;h=8224df83b3cd880b485e40691abbbb5c24b0c758;hb=f2f5d59e83863f3b513950173baee1b6da2aee3c;hp=5d04e39edb6d7931ecedcbe95f1d85a5a5bc9495;hpb=84df23442e79b04a5c4e55a93f46a26b8abe4728;p=senf.git diff --git a/doclib/Doxyfile.global b/doclib/Doxyfile.global index 5d04e39..8224df8 100644 --- a/doclib/Doxyfile.global +++ b/doclib/Doxyfile.global @@ -190,7 +190,8 @@ ALIASES = "fixme=\xrefitem fixme \"Fix\" \"Fixmes\"" \ "idea=\xrefitem idea \"Idea\" \"Ideas\"" \ "implementation=\par \"Implementation note:\"" \ "doc=\xrefitem doc \"Documentation request\" \"Documentation Requests\"" \ - "autotoc=\htmlonly
\endhtmlonly" + "autotoc=\htmlonly
\endhtmlonly" \ + "seechapter=\htmlonly      → \endhtmlonly see " # 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. @@ -517,7 +518,7 @@ WARN_FORMAT = "$file:$line: $text" # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = . +##INPUT = . # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is @@ -581,7 +582,7 @@ EXCLUDE_PATTERNS = *.test.cc \ # wildcard * is used, a substring. Examples: ANamespace, AClass, # AClass::ANamespace, ANamespace::*Test -##EXCLUDE_SYMBOLS = +EXCLUDE_SYMBOLS = boost std # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see @@ -1165,7 +1166,8 @@ PREDEFINED = DOXYGEN \ "SENF_LOG_CLASS_AREA()=" \ "SENF_LOG_DEFAULT_AREA(area)=" \ "SENF_LOG_DEFAULT_STREAM(stream)=" \ - "BOOST_PP_ITERATE()=" + "BOOST_PP_ITERATE()=" \ + "BOOST_PARAMETER_KEYWORD(ns, name)=unspecified_keyword_type name;" # 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.