-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for custom docc "build" flags #2303
Comments
|
We are currently supporting two different modes when building docs: via spm (macOS and Linux docs) and via xcodebuild (ios docs). Via spm we run (essentially)
whereas xcodebuild does
Which command needs the support for custom flags in case of |
|
I'll assume it's the
or
depending which platform the author has chosen. |
|
|
Ok, needs to be passed to |
|
This is live since Monday via builder 4.15.0 |
As discussed in the Documentation WG, in order to give authors some control over docc feature opt-in we want to support a way to let them specify custom flags that are passed on to
swift package generate-documentation.The text was updated successfully, but these errors were encountered: