This commit is contained in:
2008-07-20 08:48:47 +00:00
parent 892aebdfcd
commit 39d80c6e86
2 changed files with 96 additions and 59 deletions

View File

@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
PROJECT_NAME = ase
PROJECT_NUMBER =
OUTPUT_DIRECTORY = ../out/doc
OUTPUT_DIRECTORY = ./api
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
USE_WINDOWS_ENCODING = YES
@ -25,7 +25,7 @@ ABBREVIATE_BRIEF = "The $name class" \
ALWAYS_DETAILED_SEC = NO
INLINE_INHERITED_MEMB = NO
FULL_PATH_NAMES = YES
STRIP_FROM_PATH = ../inc
STRIP_FROM_PATH = ../include
STRIP_FROM_INC_PATH =
SHORT_NAMES = NO
JAVADOC_AUTOBRIEF = YES
@ -82,7 +82,7 @@ WARN_LOGFILE =
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = ../inc/ase
INPUT = ../include/ase
FILE_PATTERNS = *.h \
*.hxx \
*.hpp \