X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=doclib%2FDoxyfile.global;h=00d75774841675f9dcf7c3ca4f9e18607fa6c4c1;hb=e375d44dd7db1d9c27c3d788dc3ccdbfa9d68ce8;hp=f589bbf18b6ce97cbf1fa0835a95dc7465d7e9ac;hpb=7baaacae27c02c86ceda5c7ee41d3172d1e23ffa;p=senf.git diff --git a/doclib/Doxyfile.global b/doclib/Doxyfile.global index f589bbf..00d7577 100644 --- a/doclib/Doxyfile.global +++ b/doclib/Doxyfile.global @@ -161,6 +161,7 @@ MULTILINE_CPP_IS_BRIEF = YES # documentation. DETAILS_AT_TOP = YES +LAYOUT_FILE = $(TOPDIR)/doclib/DoxygenLayout.xml # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented # member inherits the documentation from any documented member that it @@ -190,7 +191,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. @@ -581,7 +583,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