53 lines
1.7 KiB
Plaintext
53 lines
1.7 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@"
|
|
|
|
EXCLUDE_SYMBOLS = ie_api::BlobBuffer \
|
|
*impl* \
|
|
*device_name* \
|
|
*num_requests* \
|
|
*exec_net* \
|
|
*c_config* \
|
|
*ie_core_impl* \
|
|
*plugin_impl* \
|
|
*extension_str* \
|
|
*buffer* \
|
|
*__cinit__*
|
|
|
|
PREDEFINED = "__attribute__(x)=" \
|
|
"__VA_ARGS__=" \
|
|
"INFERENCE_ENGINE_C_API_EXTERN=" \
|
|
"INFERENCE_ENGINE_C_API=" \
|
|
"IE_NODISCARD=" \
|
|
"__cdecl=" \
|
|
"__declspec(x)=" \
|
|
"__GNUC__=" \
|
|
"_WIN32"
|
|
|
|
EXTENSION_MAPPING = pyx=Python
|
|
|
|
FILE_PATTERNS = *.pyx
|
|
|
|
LAYOUT_FILE = "@PY_LAYOUT_BUILD@"
|
|
|
|
INPUT = "@PYTHON_API_OUT@"
|
|
|
|
HTML_OUTPUT = "@PY_OUTPUT@""
|
|
|
|
GENERATE_TAGFILE = "@DOCS_BUILD_DIR@/ie_python_api.tag"
|
|
|
|
WARN_LOGFILE = "@DOCS_BUILD_DIR@/ie_py_api.log"
|