mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
Adding support for generating API documentation with the Jazzy tool. It's a manual process now, but we can eventually make it a part of the release pipeline.
13 lines
314 B
YAML
13 lines
314 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
|
|
umbrella_header: ../include/onnxruntime.h
|
|
framework_root: ..
|
|
|
|
readme: ./docs.readme.md
|
|
|
|
hide_documentation_coverage: true
|
|
undocumented_text: ""
|