actions-marketplace-validations/Swift Doc
Generates documentation for your Swift project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| inputs | A path to a directory containing Swift (`.swift`) files in your workspace | yes | ./Sources |
| module-name | The name of the module | yes | — |
| format | The output format (commonmark or html) | no | commonmark |
| base-url | The base URL for all relative URLs generated in documents | no | ./ |
| output | The path for generated output | yes | ./.build/documentation |
| minimum-access-level | The minimum access level of the symbols which should be included (public, internal, or private) | no | public |
Outputs
no outputs