-
Notifications
You must be signed in to change notification settings - Fork 0
/
Doxyfile-ooRexx
37 lines (29 loc) · 1.25 KB
/
Doxyfile-ooRexx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
## Doxyfile 1.9.2
##
## Doxyfile for ooRexx.
##
## Usage:
## doxygen <this file>
##
## The doxygen command must be launched from a shell where the builder has been
## initialized.
@INCLUDE = Doxyfile
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
# double-quotes, unless you are using Doxywizard) that should identify the
# project for which the documentation is generated. This name is used in the
# title of most generated pages and in a few other places.
# The default value is: My Project.
PROJECT_NAME = ooRexx
# The EXCLUDE tag can be used to specify files and/or directories that should be
# excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag.
#
# Note that relative paths are relative to the directory from which doxygen is
# run.
EXCLUDE = $(builder_src_dir)/extensions/platform/windows/ole \
$(builder_src_dir)/extensions/platform/windows/oodialog
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
# from the input.
# The default value is: NO.
EXCLUDE_SYMLINKS = YES