X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2FDoxyfile;h=f17d8a5f6d0aa63423103f6438804df384e4a3ad;hp=725b58db27e4ca9b1da1bf323b36409bbb823e6d;hb=bc31c23df91cc135d8ddc245c92a3753fa88dce5;hpb=b2c247faf1b8c0c8b085891ad4e2364fdee5bf8b diff --git a/reactos/Doxyfile b/reactos/Doxyfile index 725b58db27e..f17d8a5f6d0 100644 --- a/reactos/Doxyfile +++ b/reactos/Doxyfile @@ -1,4 +1,4 @@ -# Doxyfile 1.3.4 +# Doxyfile 1.3.5 #--------------------------------------------------------------------------- # Project related configuration options @@ -13,7 +13,7 @@ REPEAT_BRIEF = YES ALWAYS_DETAILED_SEC = NO INLINE_INHERITED_MEMB = NO FULL_PATH_NAMES = YES -STRIP_FROM_PATH = D:\osexperts\reactos\ +STRIP_FROM_PATH = . SHORT_NAMES = NO JAVADOC_AUTOBRIEF = YES MULTILINE_CPP_IS_BRIEF = NO @@ -61,22 +61,15 @@ WARN_LOGFILE = #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = drivers \ - apps \ - hal \ - lib \ - services \ +INPUT = hal \ subsys \ - tools \ - regtests + services \ + regtests \ + iface FILE_PATTERNS = *.c \ *.h RECURSIVE = YES -EXCLUDE = ntoskrnl \ - drivers \ - tools \ - apps \ - subsys/win32k \ +EXCLUDE = subsys/win32k \ subsys/system/explorer EXCLUDE_SYMLINKS = NO EXCLUDE_PATTERNS = @@ -89,7 +82,7 @@ FILTER_SOURCE_FILES = NO #--------------------------------------------------------------------------- # configuration options related to source browsing #--------------------------------------------------------------------------- -SOURCE_BROWSER = NO +SOURCE_BROWSER = YES INLINE_SOURCES = YES STRIP_CODE_COMMENTS = YES REFERENCED_BY_RELATION = YES @@ -215,4 +208,4 @@ DOT_CLEANUP = YES #--------------------------------------------------------------------------- # Configuration::addtions related to the search engine #--------------------------------------------------------------------------- -SEARCHENGINE = NO +SEARCHENGINE = YES