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