Author: martinf
Date: Sun Oct 28 19:21:06 2007
New Revision: 29931
URL:
http://svn.reactos.org/svn/reactos?rev=29931&view=rev
Log:
disable PHP search in Doxy docu, enable caller graphs and extract all
Modified:
trunk/reactos/base/shell/explorer/Doxyfile
Modified: trunk/reactos/base/shell/explorer/Doxyfile
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/Doxyfi…
==============================================================================
--- trunk/reactos/base/shell/explorer/Doxyfile (original)
+++ trunk/reactos/base/shell/explorer/Doxyfile Sun Oct 28 19:21:06 2007
@@ -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 @@
#---------------------------------------------------------------------------
# Build related configuration options
#---------------------------------------------------------------------------
-EXTRACT_ALL = NO
+EXTRACT_ALL = YES
EXTRACT_PRIVATE = NO
EXTRACT_STATIC = NO
EXTRACT_LOCAL_CLASSES = YES
@@ -72,7 +72,7 @@
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 @@
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 @@
#---------------------------------------------------------------------------
# Configuration::additions related to the search engine
#---------------------------------------------------------------------------
-SEARCHENGINE = YES
+SEARCHENGINE = NO