]> granicus.if.org Git - poly2tri-c/commitdiff
fix hardcoded path for doxygen
authorMichael Muré <mure.michael@gmail.com>
Sun, 6 May 2012 14:46:43 +0000 (23:46 +0900)
committerBarak Itkin <lightningismyname@gmail.com>
Sat, 12 May 2012 15:21:25 +0000 (18:21 +0300)
Doxyfile

index 6be72135d9b36d05c322ffef197531c0ab75beee..cb57d85e73b6a848a25004877dba7f4e4eb49d9a 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -51,7 +51,7 @@ PROJECT_LOGO           =
 # 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       = /home/barakitk/Desktop/poly2tri/p2tc-new/doxygen-doc
+OUTPUT_DIRECTORY       = doc
 
 # 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 
@@ -619,7 +619,7 @@ WARN_LOGFILE           =
 # directories like "/usr/src/myproject". Separate the files or directories 
 # with spaces.
 
-INPUT                  = /home/barakitk/Desktop/poly2tri/p2tc-new
+INPUT                  = .
 
 # 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