X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2FDoxyfile;h=f17d8a5f6d0aa63423103f6438804df384e4a3ad;hp=2c1daf0651b242e67611d2ed4f32a61c4e696b1a;hb=3390cf5cdaa9dcf4ce5c3fbd48533d3ccf1277ec;hpb=39c8ef6f55c4bc6c71175fa892373a4d9ef22cf8 diff --git a/reactos/Doxyfile b/reactos/Doxyfile index 2c1daf0651b..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,24 +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 \ - lib/ntdll \ - lib/freetype \ - drivers \ - tools \ - apps \ - subsys/win32k \ +EXCLUDE = subsys/win32k \ subsys/system/explorer EXCLUDE_SYMLINKS = NO EXCLUDE_PATTERNS = @@ -91,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 @@ -217,4 +208,4 @@ DOT_CLEANUP = YES #--------------------------------------------------------------------------- # Configuration::addtions related to the search engine #--------------------------------------------------------------------------- -SEARCHENGINE = NO +SEARCHENGINE = YES