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

Hi, Not working for XCode 8.3.1. Returning the following error: Command /bin/sh failed with exit code 126

Using -h when generating documentation creates a full docset AND installs it. Docksets and certainly Xcode installation should not happen if the switch is not enabled.

appledoc version: 2.2.1 (build 1334) I got following error. Assertion failure in +[GBMethodData methodDataWithType:result:arguments:] Old forked code (probably around 2014) of following code. https://github.com/thermogl/TITokenField/blob/master/TITokenField.m I think issue is at drawRect()...

[Build Documentation_2017-01-19T17-34-59.pdf](https://github.com/tomaz/appledoc/files/716529/Build.Documentation_2017-01-19T17-34-59.pdf)

Hi Tomaz, Thanks for putting appledoc together and making it available. I'm having a hard time getting typedefs, enums or functions to document themselves. I've tried following the Doxygen examples...

Feature
In progress

``` #import #import @interface ImagePoint : NSObject /** * @brief Gets a CGPoint object representing the same value as this point. */ @property(readonly) CGPoint CGPoint; @end ``` The property CGPoint...

The default output html doesn't seem to display the project version anywhere. In an attempt to make the specified --project-version visible in the output html, I tried adding placeholder strings...

Right now, all code fragments automatically get added that green "Objective-C" heading: ![screen shot 2015-02-05 at 18 47 49](https://cloud.githubusercontent.com/assets/214599/6065686/828d9bea-ad67-11e4-8772-52dfa0a78fc9.png) I haven't found a way to control this. If there's nothing...

Feature

i cannot generate word file .its only generate html file

I'm attempting to set copyright information on my documentation. The `--docset-copyright` flag does not seem to be having an effect. ``` appledoc --project-name "Sample" --project-company "NOT_COPYRIGHT" --keep-intermediate-files --output "~/Desktop/ad" --docset-copyright...