Skip to content

Buiding documentation

Jeff Johnston edited this page Jun 27, 2022 · 1 revision

In Xcode

Build > Documentation

For hosting

swift package --allow-writing-to-directory ./docs \
    generate-documentation --target LocationFormatter \
    --disable-indexing \
    --transform-for-static-hosting \
    --hosting-base-path LocationFormatter \
    --output-path ./docs
Clone this wiki locally