jazzy icon indicating copy to clipboard operation
jazzy copied to clipboard

Several Objective-C issues

Open jpsim opened this issue 9 years ago • 3 comments
trafficstars

See 0xced/XCDYouTubeKit@a86022d

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
  • 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

jpsim avatar Apr 23 '16 21:04 jpsim

Any updates on this?

istx25 avatar Nov 23 '16 21:11 istx25

None whatsoever.

jpsim avatar Nov 26 '16 05:11 jpsim

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.

0xced avatar Dec 23 '16 15:12 0xced