swift-doc
swift-doc copied to clipboard
A documentation generator for Swift projects
I thought I would just create a tracking issue in case others are interested. I think that this can also serve as an easy communication point as I'm working through...
Comment tags, such as `Important`, `Note`, `Warning` are not recognized and rendered as `>`. Example: ```swift /// Describes the ordering the messages are presented. /// /// - Important: ⚠️ Changing...
Hello, how I can generate diagram in documentation? I don't can generate diagram
It would be super cool to have the generated HTML sort the symbols into folders based on the folder structure in the actual project. For example - we have a...
Hi there, Thanks for the fantastic library! I just got this setup as a GH action which then immediately pushes the changes to the branch it runs on. Works like...
This is a discussion starter. It's a first try to explore the structure and contents of a user guide. I _think_ it implements #73. It uses a lot of functionality...
## Feature request: source tags and source links It is possible to add source tags (e.g. `Tag: Some.Tag.Name`) and source links (e.g. `[description](x-source-tag://Some.Tag.Name)`) to Swift documentation, and Xcode is able...
Workaround the product versioning style for packaging on Windows.
While a discussion is underway on how to exclude certain methods and properties in #101, this PR adds an argument to the `generate` command to add the ability to exclude...