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, I am using swift code so run script not working in swift code and not generate any kind of doc. Please have a look and provide solution for this....

Feature
Known

It would be great if we could generate programming guides using markdown template files which have a Table of Contents in the sidebar, just like Apple programming guides. Example: https://developer.apple.com/library/ios/#documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html%23//apple_ref/doc/uid/TP40011210

Feature

Hi, Now can I include another markdown file in my readme.markdown ? e.g: my Readme.markdown # Title - [Link 1](docs/companion/test.markdown) Thanks

Appledoc should expand the exit status codes to better inform users of error states. If only warnings are produced, the exit status is 1. If an error is encountered, the...

home-brew said SHA1 mismatch. I attached a log for sure. ==> Installing appledoc22 from homebrew/homebrew-versions ==> Downloading https://github.com/tomaz/appledoc/archive/v2.2.tar.gz ###### ################################################################## 100.0% Error: SHA1 mismatch Expected: 4ad475ee6bdc2e34d6053c4e384aad1781349f5e Actual: b427506bdefc97b224fd0f873ff87b8d11ce4aec Archive: /Library/Caches/Homebrew/appledoc22-2.2.tar.gz...

first of all i have class with four methods, if change in any of method its creating new method in documentation and old one is not removing in content. its...

In the "On this page" drop down the properties and class methods display, but are disabled. All properties and methods are just dumped in the Overview Section.

So you can pass a single header as input and it will follow all `""` (not ``) includes/imports and generate docs for them too.

I am documenting an iOS Framework, and whenever I generate the documentation, the type information is lost. Example: `+ (BOOL)inProgressOn:(id)viewOrLayer withAxis:(id)axis` should have been `+ (BOOL)inProgressOn:(id)viewOrLayer withAxis:(TrAxis)axis` Bug or am...

Bug

In the methods section of the html output if you do a block of comments it puts the object-c block around the block.. I get that it should be there...