| 38 |
|
# If a relative path is entered, it will be relative to the location |
| 39 |
|
# where doxygen was started. If left blank the current directory will be used. |
| 40 |
|
|
| 41 |
< |
OUTPUT_DIRECTORY = doc/doxygen |
| 41 |
> |
OUTPUT_DIRECTORY = doxygen |
| 42 |
|
|
| 43 |
|
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create |
| 44 |
|
# 4096 sub-directories (in 2 levels) under the output directory of each output |
| 581 |
|
# directories like "/usr/src/myproject". Separate the files or directories |
| 582 |
|
# with spaces. |
| 583 |
|
|
| 584 |
< |
INPUT = include \ |
| 585 |
< |
modules \ |
| 586 |
< |
src |
| 584 |
> |
INPUT = ../include \ |
| 585 |
> |
../modules \ |
| 586 |
> |
../src |
| 587 |
|
|
| 588 |
|
# This tag can be used to specify the character encoding of the source files |
| 589 |
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is |
| 613 |
|
# excluded from the INPUT source files. This way you can easily exclude a |
| 614 |
|
# subdirectory from a directory tree whose root is specified with the INPUT tag. |
| 615 |
|
|
| 616 |
< |
EXCLUDE = src/conf_parser.c \ |
| 617 |
< |
src/conf_parser.h \ |
| 618 |
< |
src/conf_lexer.c |
| 616 |
> |
EXCLUDE = ../src/conf_parser.c \ |
| 617 |
> |
../src/conf_parser.h \ |
| 618 |
> |
../src/conf_lexer.c |
| 619 |
|
|
| 620 |
|
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or |
| 621 |
|
# directories that are symbolic links (a Unix filesystem feature) are excluded |