remove absolute path names
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@275 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
160460a522
commit
2f9e9583b0
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
PROJECT_NAME = Loki
|
PROJECT_NAME = Loki
|
||||||
PROJECT_NUMBER = 0.1.0
|
PROJECT_NUMBER = 0.1.0
|
||||||
OUTPUT_DIRECTORY = D:/temp/loki/doc/doxygen
|
OUTPUT_DIRECTORY = ./doxygen
|
||||||
CREATE_SUBDIRS = YES
|
CREATE_SUBDIRS = YES
|
||||||
OUTPUT_LANGUAGE = English
|
OUTPUT_LANGUAGE = English
|
||||||
USE_WINDOWS_ENCODING = YES
|
USE_WINDOWS_ENCODING = YES
|
||||||
|
@ -81,8 +81,8 @@ WARN_LOGFILE =
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# configuration options related to the input files
|
# configuration options related to the input files
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
INPUT = D:/temp/loki/include/loki \
|
INPUT = ../include/loki \
|
||||||
D:/temp/loki/src
|
../src
|
||||||
FILE_PATTERNS = *.c \
|
FILE_PATTERNS = *.c \
|
||||||
*.cc \
|
*.cc \
|
||||||
*.cxx \
|
*.cxx \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue