| 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 |
| 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 group.cc account.cc common.cc commonal.cc criteria.cc \ |
INPUT = |
|
session.cc common.h account.h commonal.h criteria.h group.h session.h vpal.h |
|
| 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. |