]> git.mxchange.org Git - hub.git/blobdiff - Doxyfile
Debug line removed
[hub.git] / Doxyfile
index 48754d6b5ed6e856428ba254d9cceedfc5f34c88..8a7db01858bbb7a53eeb2af05065af77d15c7029 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -25,7 +25,7 @@ DOXYFILE_ENCODING      = UTF-8
 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded 
 # by quotes) that should identify the project.
 
-PROJECT_NAME           = GenericObjectSharingHub
+PROJECT_NAME           = Generic Object Sharing Hub
 
 # The PROJECT_NUMBER tag can be used to enter a project or revision number. 
 # This could be handy for archiving the generated documentation or 
@@ -38,7 +38,7 @@ PROJECT_NUMBER         = 0.0.0
 # 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       = /export/home/quix0r/svn/hub/trunk/docs/
+OUTPUT_DIRECTORY       = /home/quix0r/MyProjects/hub/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 
@@ -551,7 +551,7 @@ WARN_FORMAT            = "$file:$line: $text  "
 # and error messages should be written. If left blank the output is written 
 # to stderr.
 
-WARN_LOGFILE           = /export/home/quix0r/svn/hub/trunk/docs/warn.log
+WARN_LOGFILE           = /home/quix0r/MyProjects/hub/trunk/docs/warn.log
 
 #---------------------------------------------------------------------------
 # configuration options related to the input files
@@ -562,7 +562,7 @@ WARN_LOGFILE           = /export/home/quix0r/svn/hub/trunk/docs/warn.log
 # directories like "/usr/src/myproject". Separate the files or directories 
 # with spaces.
 
-INPUT                  = /export/home/quix0r/svn/hub/trunk/
+INPUT                  = /home/quix0r/MyProjects/hub/trunk/
 
 # 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