0.13.2
Breaking
- None.
Enhancements
-
Support Xcode 11.4. Default Objective-C property attributes are now
stripped from declarations: turn this off with
--keep-default-property-attributes
.
John Fairhurst
#829 -
Render LaTeX expressions written using
$equation$
or$$equation$$
syntax.
Arthur Guiot
John Fairhurst
#1156 -
Wrap long method names on category pages. Use
name_html
in custom
mustache templates to take advantage of this.
John Fairhurst
#995 -
Support Dash-style
apple_ref
links to specific API items, for more
stable and human-readable links from external docs.
Paul Cantrell
#1167
Bug Fixes
-
Don't generate documentation if the
xcodebuild
command fails.
John Fairhurst
jpsim/SourceKitten#643 -
Use multi-line parsed declarations in more places including protocol
methods and typealiases.
John Fairhurst
#896