From b2c247faf1b8c0c8b085891ad4e2364fdee5bf8b Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Sun, 7 Dec 2003 08:35:57 +0000 Subject: [PATCH] corrected EXCLUDE option svn path=/trunk/; revision=6880 --- reactos/Doxyfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reactos/Doxyfile b/reactos/Doxyfile index 296ea70358a..725b58db27e 100644 --- a/reactos/Doxyfile +++ b/reactos/Doxyfile @@ -14,7 +14,7 @@ ALWAYS_DETAILED_SEC = NO INLINE_INHERITED_MEMB = NO FULL_PATH_NAMES = YES STRIP_FROM_PATH = D:\osexperts\reactos\ -SHORT_NAMES = YES +SHORT_NAMES = NO JAVADOC_AUTOBRIEF = YES MULTILINE_CPP_IS_BRIEF = NO DETAILS_AT_TOP = NO @@ -74,10 +74,10 @@ FILE_PATTERNS = *.c \ RECURSIVE = YES EXCLUDE = ntoskrnl \ drivers \ + tools \ + apps \ subsys/win32k \ subsys/system/explorer - apps \ - tools EXCLUDE_SYMLINKS = NO EXCLUDE_PATTERNS = EXAMPLE_PATH = @@ -90,7 +90,7 @@ FILTER_SOURCE_FILES = NO # configuration options related to source browsing #--------------------------------------------------------------------------- SOURCE_BROWSER = NO -INLINE_SOURCES = NO +INLINE_SOURCES = YES STRIP_CODE_COMMENTS = YES REFERENCED_BY_RELATION = YES REFERENCES_RELATION = YES