disable PHP search in Doxy docu, enable caller graphs and extract all
authorMartin Fuchs <martin-fuchs@gmx.net>
Sun, 28 Oct 2007 16:21:06 +0000 (16:21 +0000)
committerMartin Fuchs <martin-fuchs@gmx.net>
Sun, 28 Oct 2007 16:21:06 +0000 (16:21 +0000)
svn path=/trunk/; revision=29931

reactos/base/shell/explorer/Doxyfile

index 23e2835..234d9f7 100644 (file)
@@ -4,7 +4,7 @@
 # Project related configuration options
 #---------------------------------------------------------------------------
 DOXYFILE_ENCODING      = UTF-8
-PROJECT_NAME           = "ROS Explorer  "
+PROJECT_NAME           = "ROS Explorer"
 PROJECT_NUMBER         = 
 OUTPUT_DIRECTORY       = doxy-doc
 CREATE_SUBDIRS         = NO
@@ -37,7 +37,7 @@ TYPEDEF_HIDES_STRUCT   = NO
 #---------------------------------------------------------------------------
 # Build related configuration options
 #---------------------------------------------------------------------------
-EXTRACT_ALL            = NO
+EXTRACT_ALL            = YES
 EXTRACT_PRIVATE        = NO
 EXTRACT_STATIC         = NO
 EXTRACT_LOCAL_CLASSES  = YES
@@ -72,7 +72,7 @@ WARNINGS               = NO
 WARN_IF_UNDOCUMENTED   = NO
 WARN_IF_DOC_ERROR      = YES
 WARN_NO_PARAMDOC       = NO
-WARN_FORMAT            = "$file:$line: $text  "
+WARN_FORMAT            = "$file:$line: $text"
 WARN_LOGFILE           = 
 #---------------------------------------------------------------------------
 # configuration options related to the input files
@@ -223,7 +223,7 @@ TEMPLATE_RELATIONS     = NO
 INCLUDE_GRAPH          = YES
 INCLUDED_BY_GRAPH      = YES
 CALL_GRAPH             = YES
-CALLER_GRAPH           = NO
+CALLER_GRAPH           = YES
 GRAPHICAL_HIERARCHY    = YES
 DIRECTORY_GRAPH        = YES
 DOT_IMAGE_FORMAT       = png
@@ -238,4 +238,4 @@ DOT_CLEANUP            = YES
 #---------------------------------------------------------------------------
 # Configuration::additions related to the search engine   
 #---------------------------------------------------------------------------
-SEARCHENGINE           = YES
+SEARCHENGINE           = NO