New building 'advanced research lab' added, floor-list added to buildings, menu XML...
[shipsimu.git] / Doxyfile
index 0312e4b118b8a41bd902f6763171f015668cdfd2..6b21e2bc317f395ddf8f19fce0c5b31a97b80bc8 100644 (file)
--- 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 
@@ -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.