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

Create doc success(guess) ,in the content of file, index.html just has a name of Class , no property, no method, it's empty.just **Index**, **Hierarchy**, and **On this page** list.

I'm using the following script to generate documentation on a test project > ~/Documents/appledoc/appledoc \ > --project-name "Test" \ > --project-company "Test" \ > --company-id "com.test" \ > --output "~/Desktop/appledoctest/"...

when I execute the command `sudo sh install-appledoc.sh` I find an error install: /tmp/Build/Intermediates/ArchiveIntermediates/appledoc/InstallationBuildProductsLocation/usr/local/bin/appledoc: No such file or directory my xcode version is xcode 9 and my macOS version is...

I think its a bug in the markdown processor, but when i do a link like so: ``` ![link](../docs/filenameWithKeyword.html) ``` and i have a topic named `Keyword`, the Keyword gets...

Bug
Known

I wonder if it is possible that custom classes could link to its definitions inside of the method or property definitions? example: ``` /** a list of objects */ @property...

If you're trying to document externalized string constants with appledoc, there doesn't seem to be any way to make it appear in the generated documentation. Apple's documentation does contain such...

``` 2018-11-16 10:57:27.027 appledoc[9849:1164779] *** Assertion failure in +[GBMethodData methodDataWithType:result:arguments:], /Users/mac/zln/githubProjects/appledoc/Model/GBMethodData.m:44 appledoc version: 2.2.1 (build 1334) Oops, something went wrong... NSInternalInconsistencyException: Invalid parameter not satisfying: [arguments count] >= 1 @...

The following parter for the definition of an external constant is not supported by appledoc. It should be very nice to have it. ``` /** * MY_STRING_CONST * * A...

This version builds the documentation, but it is empty! No comments, nothing...please fix this!