17 |
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded |
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded |
18 |
# by quotes) that should identify the project. |
# by quotes) that should identify the project. |
19 |
|
|
20 |
PROJECT_NAME = ESYS |
PROJECT_NAME = ESYS13 |
21 |
|
|
22 |
# The PROJECT_NUMBER tag can be used to enter a project or revision number. |
# The PROJECT_NUMBER tag can be used to enter a project or revision number. |
23 |
# This could be handy for archiving the generated documentation or |
# This could be handy for archiving the generated documentation or |
30 |
# If a relative path is entered, it will be relative to the location |
# If a relative path is entered, it will be relative to the location |
31 |
# where doxygen was started. If left blank the current directory will be used. |
# where doxygen was started. If left blank the current directory will be used. |
32 |
|
|
33 |
OUTPUT_DIRECTORY = esys_doc |
OUTPUT_DIRECTORY = ./output |
34 |
|
|
35 |
# The OUTPUT_LANGUAGE tag is used to specify the language in which all |
# The OUTPUT_LANGUAGE tag is used to specify the language in which all |
36 |
# documentation generated by doxygen is written. Doxygen will use this |
# documentation generated by doxygen is written. Doxygen will use this |
372 |
# directories like "/usr/src/myproject". Separate the files or directories |
# directories like "/usr/src/myproject". Separate the files or directories |
373 |
# with spaces. |
# with spaces. |
374 |
|
|
375 |
INPUT = ../escript/src \ |
INPUT = ../../escript/src \ |
376 |
../finley/src \ |
../../finley/src \ |
377 |
../esysUtils/src |
../../esysUtils/src |
378 |
|
|
379 |
# If the value of the INPUT tag contains directories, you can use the |
# If the value of the INPUT tag contains directories, you can use the |
380 |
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp |
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp |