X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=Doxyfile;h=1b7f078399bae2fb3d4edc680a774d737d831dbd;hb=1f31b52b6816ce2716a3755a1896f77744fa167b;hp=3bb6ee8123d9081aa0f10c7f24448e312e1542b6;hpb=c64fd11b94ff98667642751fba69c60ab4af01a4;p=paraslash.git diff --git a/Doxyfile b/Doxyfile index 3bb6ee81..1b7f0783 100644 --- a/Doxyfile +++ b/Doxyfile @@ -506,7 +506,7 @@ RECURSIVE = NO # 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 = error2.h # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded @@ -521,15 +521,10 @@ EXCLUDE_SYMLINKS = NO # for example use the pattern */test/* EXCLUDE_PATTERNS = *.cmdline.* \ - krell.* \ gui* \ - SFont* \ gcc-compat.h \ fade.c \ - config.h \ - sdl_gui.c \ - slider.c \ - dbadm.c + config.h # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the output.