From 7152ea0f7f5e362c4fb8af232e74c7b9d5956c5f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20Mur=C3=A9?= Date: Sun, 6 May 2012 23:46:43 +0900 Subject: [PATCH] fix hardcoded path for doxygen --- Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index 6be7213..cb57d85 100644 --- 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 -- 2.50.1