jazzy
jazzy copied to clipboard
Soulful docs for Swift & Objective-C
We have multiple cocoapods in our repository called `Stripe` and `StripeCore`. The `Stripe` pod depends on the `StripeCore` pod of the same version (e.g. `[email protected]` depends on `[email protected]`). When we...
I suspect the answer is "no" but perhaps there is some magic collection of xcodebuild options that others have uncovered that I can use to extract docs from C++ files....
Instead of passing in a SourceKitten JSON file, jazzy could ingest a DocC archive or the JSON file(s) embedded within as input. This could help users who've invested in custom...
## Overview So I started working on allowing nested categories for custom categories. Currently there is no limit on the amount of nesting (i.e. levels). This is achieved through nested...
It would be useful to generate a "documented.json" file parallel to the "undocumented.json" file, in which all symbols that are already documented are listed.
I don't see any options to generate a [Sitemap](https://en.wikipedia.org/wiki/Sitemaps) and I thought it would be a very interesting feature to add to Jazzy. As most people type their questions into...
I want to use `skip_undocumented: true` to skip undocumented types. However, I have a Swift enum with a large amount of `case`es and they don't really need to be documented...
Hello ! I'm wondering if it is possible to create categories and mark classes, strucs, enum... in those categories from comments in the code. I do not want to maintain...
I have an enum type with 90%+ if the enum values being very self-explanatory, so I only documented the important ones like this: ``` /// This is a good type....
This was with Jazzy 0.9.4 on a Travis Xcode 10.1 instance. The second badge here at the top: https://mxcl.github.io/Path.swift Doesn't render, but it does on GitHub: https://github.com/mxcl/Path.swift/ I was encouraged...