jazzy
jazzy copied to clipboard
Soulful docs for Swift & Objective-C
Love that jazzy now supports Obj-C doc generation. Would be awesome to have support for projects/frameworks that depend on other frameworks. E.g. Parse depending on Bolts.framework Or even Parse +...
(GitHub) Markdown supports checkboxes: ```markdown - [ ] unchecked checkbox - [x] checked checkbox ``` - [ ] unchecked checkbox - [x] checked checkbox As far as I can see,...
https://github.com/realm/jazzy/issues/843 covered parsing the `message` parameter of the [`deprecated`](http://clang.llvm.org/docs/AttributeReference.html#deprecated) `__attribute__`, but clang/Xcode also support a second argument named `replacement`, which takes a method/property signature and prompts the developer via fix-it...
When enter text to search, a list of suggestions appear, but I notice that the text is actually going off the browser along with the container. Actually you can swipe...
How is it about integrating plantUML to easily support UML diagrams in markdown sections?
I have still some instance variables in the headers in some classes. That should not show up in the doc.
**Edit:** As of 0.8.3 Documentation for symbols in `#if` statements is no longer lost, but: 1. The declaration section for such symbols is unpredictable. Sometimes the declaration is lost completely,...
When parsing a comment with a style like this: ``` /** Multiline comment * with subsequent lines indented two spaces * breaks Jazzy. */ ``` Jazzy ends up producing documentation...
Note that as per [the official documentation](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/BulletedLists.html#//apple_ref/doc/uid/TP40016497-CH9-SW1) switching between `*`, `-` and `-` should start new lists. That is, ```md * a - b + c ``` should result in...