appledoc icon indicating copy to clipboard operation
appledoc copied to clipboard

Objective-c code Apple style documentation set generator.

Results 108 appledoc issues
Sort by recently updated
recently updated
newest added

I'm not sure if the bug should be here or poiting Homebrew team, but when you install the appledoc via`brew install appledoc`, there is no styles.css in the Cellar folder...

Bug

WARN | unsupported typedef enum at ComLikeMsgViewController.h@11! WARN | unsupported typedef enum at MineVideoTableViewCell.h@14! WARN | unsupported typedef enum at PlayerDisplayView.h@11! WARN | unsupported typedef enum at NetworkStatusManager.h@11! WARN |...

Bug

Hi there, I've received an email from a user which complained that a appledoc docset is not showing all entries inside its index. I tried running docsetutil index over it...

Bug
Known

Is there any template for the new apple documentation layout: likes this: https://developer.apple.com/reference/foundation/nsaffinetransform?language=objc

This seems to be similar to #430 ``` INFO | Processing constants IXNMuseDataPacketType... VERBOSE | Processing constant IXNMuseDataPacketTypeAccelerometer... 2016-03-24 17:58:18.318 appledoc[5226:2337532] -[GBEnumConstantData methodSelector]: unrecognized selector sent to instance 0x7fda28568220 Oops,...

Bug

One example where try/catch is used when a parameter check would be better is in GBCommentsProcessor.m in the method processAbstractBlockInString:lines:blockRange:shortRange: which becomes very noisy when doing debugging with Objective-C try/catch...

it would be very helpful to have additional markdown output to automatically inject documentation to a github compatible README.md file. Is this something possible?

After building the docket and deploying it, the TOC is incorrect. For some reason I cannot figure out, It displays the head from one of my protocols. The project is...

I have an Objective-C project for which I'm generating documentation with appledoc. But I encountered the following problem. When a method has multiple parameters, only the first parameter is shown...

the procedure actually was in the middle of collecting the `type NS_ENUM(...) {...};` and `type NS_OPTIONS(...) {...};` values' documentations – which are not available in the project at all. that...

Bug