- New ERESOURCE implementation: fixes the return value of some functions (VOID vs...
[reactos.git] / reactos / Doxyfile
index 296ea70..f17d8a5 100644 (file)
@@ -1,4 +1,4 @@
-# Doxyfile 1.3.4
+# Doxyfile 1.3.5
 
 #---------------------------------------------------------------------------
 # Project related configuration options
@@ -13,8 +13,8 @@ REPEAT_BRIEF           = YES
 ALWAYS_DETAILED_SEC    = NO
 INLINE_INHERITED_MEMB  = NO
 FULL_PATH_NAMES        = YES
-STRIP_FROM_PATH        = D:\osexperts\reactos\
-SHORT_NAMES            = YES
+STRIP_FROM_PATH        = .
+SHORT_NAMES            = NO
 JAVADOC_AUTOBRIEF      = YES
 MULTILINE_CPP_IS_BRIEF = NO
 DETAILS_AT_TOP         = NO
@@ -61,23 +61,16 @@ 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 \
-                         subsys/win32k \
+EXCLUDE                = subsys/win32k \
                          subsys/system/explorer
-                         apps \
-                         tools
 EXCLUDE_SYMLINKS       = NO
 EXCLUDE_PATTERNS       = 
 EXAMPLE_PATH           = 
@@ -89,8 +82,8 @@ FILTER_SOURCE_FILES    = NO
 #---------------------------------------------------------------------------
 # configuration options related to source browsing
 #---------------------------------------------------------------------------
-SOURCE_BROWSER         = NO
-INLINE_SOURCES         = NO
+SOURCE_BROWSER         = YES
+INLINE_SOURCES         = YES
 STRIP_CODE_COMMENTS    = YES
 REFERENCED_BY_RELATION = YES
 REFERENCES_RELATION    = YES
@@ -215,4 +208,4 @@ DOT_CLEANUP            = YES
 #---------------------------------------------------------------------------
 # Configuration::addtions related to the search engine   
 #---------------------------------------------------------------------------
-SEARCHENGINE           = NO
+SEARCHENGINE           = YES