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

We have added [iCarousel](https://github.com/nicklockwood/iCarousel) open source library. We have followed this [blog](http://www.simplicate.info/2013/07/25/using-appledoc-to-generate-xcode-help-part-1) for creating our project's documentation. But **appledoc** crashes showing ``` WARN | iCarouselOptionFadeMin is not documented! WARN |...

Bug

Block typedefs seem to be incorrectly handled when referenced from the comment block of an NS_ENUM constant, resulting in a crash. Stack trace: ``` NSInvalidArgumentException: -[GBEnumConstantData methodSelector]: unrecognized selector sent...

Bug

…source-code blocks This makes the feature in #555 configurable via the settings. Some people may want the old behavior. Thus, I made the default act like it did before (though...

I dont' recall this being an issue prior.. but with the latest download build seems to show up in the document as: ``` ) ``` Vs: ~~propertyName~~ I thought it...

I have a header that looks like this: ``` /** Simple class that is designed to execute a block when a variable goes out of scope. @discussion To use it,...

Hi everbody, does anybody knows if it is possible to use the crossref-format option to not convert words into links that starting with a special character like %. Thanks

Please add a switch so that MacOS Roman (which many older files remain encoded in) can be read as well. I say this because this tool would be really great...

I'm seeing the following errors when running the tests from Xcode 7.1.1 on OS X 10.11.1. I think it has to do with testing uninitialized values? ``` Name: Hamcrest Error...

**\* Assertion failure in +[GBMethodData methodDataWithType:result:arguments:], /Users/haoju-congni/appledoc/Model/GBMethodData.m:44 Oops, something went wrong... NSInternalInconsistencyException: Invalid parameter not satisfying: [arguments count] >= 1 @ 0 CoreFoundation 0x00007fff990ad03c __exceptionPreprocess + 172 @ 1 libobjc.A.dylib...

I have followed the instruction on https://github.com/tomaz/appledoc/blob/master/Readme.markdown and I am getting nothing in my output folder. Can you please help me. Here is my run script company="ME"; companyID="com.ME"; companyURL="http://ME.org"; target="iphoneos";...