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

A category like the one below merges the category methods & properties with the original class but it ignores any @name section, instead all category methods/properties are listed under the...

I'm not sure if there is something about our codebase (185 .m files, 204 .h files) but appledoc renders a different result each and every time. Sometimes it misses source...

Hi, I've: - cloned appledoc to my Mac (10.8.5) with the GitHub app - opened it with Xcode Version 5.0.2 (5A3005) and built it - copied the binary to some...

(_Programming Guides, Class References, Category References_, and _Protocol References_) used to be displayed in TOC in XCode 4.5 and greater. But they are not displayed in XCode 5.0.1. Dash displays...

Bug
Known

Hi , i try to generate appledoc in my xcode. its create docset floder on project but not create html page. anything missing please tell me. i wrote run script...

@interface MyClass typedef void(^MyBlockDefinition)(id<NSObject>obj); +(instancetype)aClassMethod:(id<NSObject>)object releaseBlock:(MyBlockDefinition)block; Results in the following (as viewed, not html) in the generated block reference page for the definition in document: typedef void (^ MyBlockDefinition) (id...

The code below results in a blue warning block that encapsulates both commented lines. If I change `@warning` to `@bug`, the block turns yellow, but still encompasses both lines, rather...

Feature
Idea

The version of appledoc on the current master branch (latest commit: d2e65f8c2faa066acfea2dbb51a5ec2d5364c7ec) does not preserve method argument types. All arguments for all methods show up as having type 'id'. I...

While creating Aggregate "Documentation" if try to build the target, I get following error. /Users/admin/Library/Application Support/appledoc: line 1: syntax error near unexpected token `newline' /Users/admin/Library/Application Support/appledoc: line 1:`' This is...

-[**NSCFString outputHandleDataReceived:]: unrecognized selector sent to instance 0x108805ed0 Oops, something went wrong... NSInvalidArgumentException: -[__NSCFString outputHandleDataReceived:]: unrecognized selector sent to instance 0x108805ed0 @ 0 CoreFoundation 0x00007fff87e3425c __exceptionPreprocess + 172 @ 1...

Bug
In progress