| 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 = vpal |
PROJECT_NAME = xnpal |
| 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 |
| 40 |
# German, Hungarian, Italian, Japanese, Korean, Norwegian, Polish, |
# German, Hungarian, Italian, Japanese, Korean, Norwegian, Polish, |
| 41 |
# Portuguese, Romanian, Russian, Slovak, Slovene, Spanish and Swedish. |
# Portuguese, Romanian, Russian, Slovak, Slovene, Spanish and Swedish. |
| 42 |
|
|
| 43 |
OUTPUT_LANGUAGE = English |
OUTPUT_LANGUAGE = Japanese |
| 44 |
|
|
| 45 |
# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in |
# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in |
| 46 |
# documentation are documented, even if no documentation was available. |
# documentation are documented, even if no documentation was available. |
| 304 |
# directories like "/usr/src/myproject". Separate the files or directories |
# directories like "/usr/src/myproject". Separate the files or directories |
| 305 |
# with spaces. |
# with spaces. |
| 306 |
|
|
| 307 |
INPUT = vpal.cc |
INPUT = |
| 308 |
|
|
| 309 |
# 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 |
| 310 |
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp |
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp |
| 311 |
# and *.h) to filter out the source-files in the directories. If left |
# and *.h) to filter out the source-files in the directories. If left |
| 312 |
# blank all files are included. |
# blank all files are included. |
| 313 |
|
|
| 314 |
FILE_PATTERNS = |
FILE_PATTERNS = *.h *.cc |
| 315 |
|
|
| 316 |
# The RECURSIVE tag can be used to turn specify whether or not subdirectories |
# The RECURSIVE tag can be used to turn specify whether or not subdirectories |
| 317 |
# should be searched for input files as well. Possible values are YES and NO. |
# should be searched for input files as well. Possible values are YES and NO. |