Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There are still a lot of issues to be solved before jazzy can be used instead of appledoc. (Tested with jazzy 0.6.0) * No [explicit cross-references][1] * `XCDYouTubeVideoPlayerViewController` class is _Undocumented_ because of the `#pragma clang diagnostic` surrounding it * `-[XCDYouTubeVideo streamURLs]` documentation is buggy because of the surrounding `#if __has_feature(objc_generics)` * Deprecated is not properly (visually) handled for `XCDYouTubeVideoQualityHD1080` * Deprecated notification constants are not handled at all * @discussion is not properly (visually) handled * Empty _Type Definitions_ entry in the sidebar with a broken link * Truncated classes and constants names in the sidebar [1]: https://github.com/tomaz/appledoc/wiki/appledoc-docs-examples-advanced#controlling-cross-references-detection
- Loading branch information
a86022d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for writing up all the (unfortunately) broken things you found! I just filed an umbrella ticket to address these problems in jazzy here realm/jazzy#541