X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Doxyfile;h=31c07f4fbfc39c7a1e945ee3088f822cf0a8c13f;hp=37c9cec1b65e4888afe42d39c23ce017a2498bcb;hb=64e19e1bdabc9bb04941f285fb828a8317359816;hpb=c589157169366fa47f2041cfe52e7019fbc19b35 diff --git a/Doxyfile b/Doxyfile index 37c9cec1..31c07f4f 100644 --- a/Doxyfile +++ b/Doxyfile @@ -228,7 +228,7 @@ 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 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class # will be included in the documentation. @@ -426,7 +426,7 @@ WARN_IF_DOC_ERROR = YES # wrong or incomplete parameter documentation, but not about the absence of # documentation. -WARN_NO_PARAMDOC = NO +WARN_NO_PARAMDOC = YES # The WARN_FORMAT tag determines the format of the warning messages that # doxygen can produce. The string should contain the $file, $line, and $text @@ -487,7 +487,7 @@ EXCLUDE_SYMLINKS = NO # against the file with absolute path, so to exclude all test directories # for example use the pattern */test/* -EXCLUDE_PATTERNS = list.h *.cmdline.* krell.* gui* SFont* play.c gcc-compat.h rc4.h recv.c para.h fade.c config.h sdl_gui.c filter.c slider.c dbadm.c +EXCLUDE_PATTERNS = *.cmdline.* krell.* gui* SFont* gcc-compat.h fade.c config.h sdl_gui.c slider.c dbadm.c # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see