X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=doclib%2FDoxyfile.global;h=00d75774841675f9dcf7c3ca4f9e18607fa6c4c1;hb=d1d92fb783dc558dcf7bdc34ee933c10e1c8d227;hp=9603551497ae4ea24d168e460a2abb6260c29be3;hpb=9348e1098d66ac2684c8e280abf8d7143c887982;p=senf.git diff --git a/doclib/Doxyfile.global b/doclib/Doxyfile.global index 9603551..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 @@ -582,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