X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Doxyfile;h=70c71261649c8367f8e512a96ec35806c921a996;hp=50c74695da5e8c690127511a7b21958972d721e0;hb=8d106ca317a2c42f35a86ba244f843688f6939e6;hpb=9d8fdf8898418711558f70a9630b2444036d8285 diff --git a/Doxyfile b/Doxyfile index 50c74695..70c71261 100644 --- a/Doxyfile +++ b/Doxyfile @@ -779,7 +779,7 @@ RECURSIVE = NO # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = error2.h +EXCLUDE = # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded @@ -795,11 +795,7 @@ EXCLUDE_SYMLINKS = NO # Note that the wildcards are matched against the file with absolute path, so to # exclude all test directories for example use the pattern */test/* -EXCLUDE_PATTERNS = *.cmdline.* \ - gcc-compat.h \ - fade.c \ - *.command_list.h \ - *.completion.h +EXCLUDE_PATTERNS = gcc-compat.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 @@ -897,7 +893,7 @@ USE_MDFILE_AS_MAINPAGE = # also VERBATIM_HEADERS is set to NO. # The default value is: NO. -SOURCE_BROWSER = YES +SOURCE_BROWSER = NO # Setting the INLINE_SOURCES tag to YES will include the body of functions, # classes and enums directly into the documentation. @@ -962,7 +958,7 @@ SOURCE_TOOLTIPS = YES # The default value is: NO. # This tag requires that the tag SOURCE_BROWSER is set to YES. -USE_HTAGS = YES +USE_HTAGS = NO # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a # verbatim copy of the header file for each class for which an include is @@ -970,7 +966,7 @@ USE_HTAGS = YES # See also: Section \class. # The default value is: YES. -VERBATIM_HEADERS = YES +VERBATIM_HEADERS = NO #--------------------------------------------------------------------------- # Configuration options related to the alphabetical class index