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 = lib/html/doxygen |
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 |