X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=Doxyfile;h=6b21e2bc317f395ddf8f19fce0c5b31a97b80bc8;hp=985d2af2ffac69092303bd9b2a57654e14f0a26c;hb=c78a5c6355611bfad71feaebd7646b32329f808f;hpb=d78b7591271ef39cc7a425b8c2ab137743d40044 diff --git a/Doxyfile b/Doxyfile index 985d2af..6b21e2b 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NUMBER = 0.1a # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = /var/www/htdocs/ship-simu/docs/ +OUTPUT_DIRECTORY = /var/www/htdocs/ship-simu/trunk/docs/ # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output @@ -492,7 +492,7 @@ WARN_FORMAT = "$file:$line: $text " # and error messages should be written. If left blank the output is written # to stderr. -WARN_LOGFILE = /var/www/htdocs/ship-simu/docs/warn.log +WARN_LOGFILE = /var/www/htdocs/ship-simu/trunk/docs/warn.log #--------------------------------------------------------------------------- # configuration options related to the input files @@ -503,7 +503,7 @@ WARN_LOGFILE = /var/www/htdocs/ship-simu/docs/warn.log # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = /var/www/htdocs/ship-simu/ +INPUT = /var/www/htdocs/ship-simu/trunk/index.php /var/www/htdocs/ship-simu/trunk/inc/ /var/www/htdocs/ship-simu/trunk/application/ship-simu/ # This tag can be used to specify the character encoding of the source files that # doxygen parses. Internally doxygen uses the UTF-8 encoding, which is also the default @@ -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 = 1000 +MAX_DOT_GRAPH_DEPTH = 0 # 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.