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 = obj/doxygen |
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 |