Files
onnxruntime-swift-package-m…/objectivec/docs
rachguo f3396b6ce4 Revert "remove not required files"
This reverts commit 071c82ffd7.
2023-07-19 15:12:23 -07:00
..
2023-07-19 15:12:23 -07:00

Objective-C API Documentation

The API should be documented with comments in the public header files.

Documentation Generation

The Jazzy tool is used to generate documentation from the code.

To generate documentation, from the repo root, run:

jazzy --config objectivec/docs/jazzy_config.yaml --output <output directory>

The generated documentation website files will be in <output directory>.

main_page.md contains content for the main page of the generated documentation website.