From 8094a048a2aa53716b3ebade6e20976cb1c80c3f Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Sat, 10 Jan 2004 07:25:11 +0000 Subject: [PATCH] * try to not document undocumented code This commit was SVN r196. --- Doxyfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doxyfile b/Doxyfile index 0bdd8439f1..915f4e61af 100644 --- a/Doxyfile +++ b/Doxyfile @@ -17,7 +17,7 @@ # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -PROJECT_NAME = LAM +PROJECT_NAME = LAM/MPI # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or @@ -180,8 +180,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 = NO -EXTRACT_ALL = YES +EXTRACT_ALL = NO +#EXTRACT_ALL = YES # If the EXTRACT_PRIVATE tag is set to YES all private members of a class # will be included in the documentation.