mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
disable PHP search in Doxy docu
svn path=/trunk/; revision=29930
This commit is contained in:
parent
59aa297b53
commit
28facd60b4
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
@ -216,7 +216,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
|
||||
|
@ -231,4 +231,4 @@ DOT_CLEANUP = YES
|
|||
#---------------------------------------------------------------------------
|
||||
# Configuration::additions related to the search engine
|
||||
#---------------------------------------------------------------------------
|
||||
SEARCHENGINE = YES
|
||||
SEARCHENGINE = NO
|
||||
|
|
Loading…
Reference in a new issue