onnxruntime/objectivec/docs/jazzy_config.yaml
Edward Chen e22b0836e7
[objc] Update docs and fix static analysis build (#16617)
- Update some documentation comments.
- Use onnxruntime_training.h as the umbrella header so training API docs are included in generated docs.
- Fix static analysis build.
2023-07-07 07:58:54 -07:00

15 lines
477 B
YAML

module: ONNX Runtime Objective-C API
author: ONNX Runtime Authors
author_url: https://www.onnxruntime.ai
github_url: https://github.com/microsoft/onnxruntime
objc: true
# Specify the training header as umbrella_header so that every public header is included.
# The training header is a superset of the inference-only header.
umbrella_header: ../include/onnxruntime_training.h
framework_root: ..
readme: ./main_page.md
hide_documentation_coverage: true
undocumented_text: ""