-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Several Objective-C issues #541
Labels
Comments
jpsim
referenced
this issue
in 0xced/XCDYouTubeKit
Apr 23, 2016
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
Any updates on this? |
None whatsoever. |
I just tried again with jazzy 0.7.3 and the Empty Type Definitions entry in the sidebar with a broken link issue seems solved. All the other issues are still not addressed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See 0xced/XCDYouTubeKit@a86022d
The text was updated successfully, but these errors were encountered: