tensorflow/lite/swift/docsgen/README.md
Documentation is generated via Jazzy (Googlers see cr/363774564 for more details).
To browse the Swift reference documentation visit https://www.tensorflow.org/lite/api_docs/swift.
This directory contains a dummy Xcode project for generating documentation for TensorFlowLiteSwift via Jazzy, an open-source tool that hooks into Xcode's build tooling to parse doc comments. Unfortunately, TensorFlowLiteSwift is not primarily developed via xcodebuild, so the docs build can potentially become decoupled from upstream TensorFlowLiteSwift development.
Known issues:
To generate documentation outside of Google, run jazzy as you would on any other Swift module:
jazzy \
--swift-build-tool xcodebuild \
--module "TensorFlowLiteSwift" \
--author "The TensorFlow Authors" \
--sdk iphoneos \