From b821b94b859d70bf141b888e0164d8001f2cec35 Mon Sep 17 00:00:00 2001 From: tchernobog Date: Thu, 16 Mar 2006 08:38:08 +0000 Subject: [PATCH] - Avoid generating API documentation for tests git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@549 3ecf2c5c-341e-0410-92b4-d18e462d057c --- config/Doxyfile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/Doxyfile.in b/config/Doxyfile.in index 7a06e4a..0f21a7d 100644 --- a/config/Doxyfile.in +++ b/config/Doxyfile.in @@ -130,7 +130,7 @@ STRIP_FROM_INC_PATH = # (but less readable) file names. This can be useful is your file systems # doesn't support long names like on DOS, Mac, or CD-ROM. -SHORT_NAMES = NO +SHORT_NAMES = YES # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen # will interpret the first line (until the first dot) of a JavaDoc-style @@ -480,7 +480,7 @@ RECURSIVE = YES # excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. -EXCLUDE = +EXCLUDE = @abs_top_srcdir@/src/testsuite # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded