]> git.mxchange.org Git - shipsimu.git/blobdiff - Doxyfile
Generic menu XML added, XML nodes rewritten:
[shipsimu.git] / Doxyfile
index 0312e4b118b8a41bd902f6763171f015668cdfd2..985d2af2ffac69092303bd9b2a57654e14f0a26c 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -519,7 +519,7 @@ INPUT_ENCODING         = UTF-8
 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx 
 # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
 
-FILE_PATTERNS          = *.php
+FILE_PATTERNS          = *.php *.ctp
 
 # The RECURSIVE tag can be used to turn specify whether or not subdirectories 
 # should be searched for input files as well. Possible values are YES and NO. 
@@ -1282,7 +1282,7 @@ DOT_GRAPH_MAX_NODES    = 50
 # code bases. Also note that the size of a graph can be further restricted by 
 # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
 
-MAX_DOT_GRAPH_DEPTH    = 0
+MAX_DOT_GRAPH_DEPTH    = 1000
 
 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent 
 # background. This is disabled by default, which results in a white background.