40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
# Doxyfile 1.8.18
|
|
|
|
# This file describes the settings to be used by the documentation system
|
|
# doxygen (www.doxygen.org) for a project.
|
|
#
|
|
# All text after a double hash (##) is considered a comment and is placed in
|
|
# front of the TAG it is preceding.
|
|
#
|
|
# All text after a single hash (#) is considered a comment and will be ignored.
|
|
# The format is:
|
|
# TAG = value [value, ...]
|
|
# For lists, items can also be appended using:
|
|
# TAG += value [value, ...]
|
|
# Values that contain spaces should be placed between quotes (\" \").
|
|
|
|
@INCLUDE = "@IE_CONFIG_BUILD@"
|
|
|
|
PREDEFINED =
|
|
|
|
EXTRACT_ALL = YES
|
|
|
|
EXCLUDE_PATTERNS = */exceptions.py \
|
|
*/impl/* \
|
|
*/utils/* \
|
|
*/opset_utils.py
|
|
|
|
EXCLUDE_SYMBOLS = ngraph::utils
|
|
|
|
FILE_PATTERNS = *.py
|
|
|
|
LAYOUT_FILE = "@NGRAPH_PY_LAYOUT_BUILD@"
|
|
|
|
INPUT = "@NGRAPH_PY_DIR@"
|
|
|
|
HTML_OUTPUT = "@NGRAPH_PY_OUTPUT@"
|
|
|
|
PYTHON_DOCSTRING = NO
|
|
|
|
WARN_LOGFILE = "@DOCS_BUILD_DIR@/ngraph_python_api.log"
|