From 094f4788da48dced23249dd5fee6ef745c04b5f2 Mon Sep 17 00:00:00 2001 From: ivana Date: Tue, 10 Jul 2007 10:07:57 +0000 Subject: [PATCH] Back to previous version --- MUON/Doxyfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/MUON/Doxyfile b/MUON/Doxyfile index 01afc50958c..56655554c32 100644 --- a/MUON/Doxyfile +++ b/MUON/Doxyfile @@ -202,8 +202,8 @@ SUBGROUPING = YES # Private class members and static file members will be hidden unless # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES -#EXTRACT_ALL = YES -EXTRACT_ALL = NO +EXTRACT_ALL = YES +#EXTRACT_ALL = NO # If the EXTRACT_PRIVATE tag is set to YES all private members of a class # will be included in the documentation. @@ -383,8 +383,8 @@ WARNINGS = YES # for undocumented members. If EXTRACT_ALL is set to YES then this flag will # automatically be disabled. -WARN_IF_UNDOCUMENTED = YES #WARN_IF_UNDOCUMENTED = YES +WARN_IF_UNDOCUMENTED = YES # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for # potential errors in the documentation, such as not documenting some @@ -415,8 +415,8 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -#INPUT = . ../STEER ../EVGEN -INPUT = . +INPUT = . ../STEER ../EVGEN +#INPUT = . # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp -- 2.39.3