diff --git a/trunk/paradiseo-moeo/doc/moeo.doxyfile.cmake b/trunk/paradiseo-moeo/doc/moeo.doxyfile.cmake index da8226dc0..f32fbca3a 100644 --- a/trunk/paradiseo-moeo/doc/moeo.doxyfile.cmake +++ b/trunk/paradiseo-moeo/doc/moeo.doxyfile.cmake @@ -620,7 +620,7 @@ EXCLUDE_SYMLINKS = NO # against the file with absolute path, so to exclude all test directories # for example use the pattern */test/* -EXCLUDE_PATTERNS = +EXCLUDE_PATTERNS = */tutorial/* # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the @@ -628,7 +628,7 @@ EXCLUDE_PATTERNS = # wildcard * is used, a substring. Examples: ANamespace, AClass, # AClass::ANamespace, ANamespace::*Test -EXCLUDE_SYMBOLS = +EXCLUDE_SYMBOLS = *::* # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see