From 086a79575c552f8dcfe519a7c8163c77c014c587 Mon Sep 17 00:00:00 2001 From: jhumeau Date: Mon, 28 Jun 2010 14:40:10 +0000 Subject: [PATCH] =?UTF-8?q?fichier=20de=20config=20pour=20la=20doc=20modif?= =?UTF-8?q?i=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1872 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-moeo/doc/moeo.doxyfile.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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