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

``` Warning: No available formula with the name "appledoc". Did you mean apidoc? ==> Searching for similarly named formulae... This similarly named formula was found: apidoc To install it, run:...

Hi, rencently I used AppleDoc to generate API doc for Objective-C SDK. It is amazing. But I found it seems to not support @textblock and @code tag. I know appleDoc...

Hi, AppleDoc, Current, the doc generated by appledoc show the method declaration as below But I hope it has line break after every paramet, like apple official doc. How can...

Define A property like @property (nonatomic, class, readonly) NSString *UUID; In @implementation + (NSString *)UUID { return @"xxxx"; } Oops, something went wrong... AppledocException: Failed merging @property xxxxxxxx.UUID to +[xxxxxxxx...

Hi, we use command `appledoc --project-name TestProject --project-company TestCompany ./` to generate document, when we changed the typedef NS_ENUM content, it can't update, just ignore. >WARN | Ignoring typedef enum...

$ brew install appledoc Error: appledoc has been disabled because it does not build! OS : 11.1 Xcode : 12.4

2. Use Cocoapods 1.2.0 install. 3. Specific `Minizip/minishared` commit id. 4. fix AppledocTests linking error.

Caught: AppledocException: Path or file '--project-name' doesn't exist! 一直出现这个东西

### Development Environment - Xcode 11.3.1 (11C504) - macOS Catalina 10.15.4 Beta (19E234g) ### Deployment Target - macOS 10.7 ### Change Log - `GHUnit` is removed because it's a deprecated...