appledoc is command line tool that helps Objective-C developers generate Apple-like source code documentation from specially formatted source code comments.
0
votes
0answers
12 views
Auto-renewal In app purchases “Don't allow” Sharing email, name and zip code
I am implementing Auto-renewal subscription in-app purchases. I am getting an alert saying "Publisher would like your email, name and zip code in accordance with their privacy policy" And having two ...
0
votes
2answers
29 views
AutoRenewable subscription in app purchases didn't have free trial
As per In App Purchases Guide in apple's developer resources, it clearly says that we can offer free trial option.
But I couldn't able to see it anywhere when I am setting in App purchases in ...
0
votes
0answers
38 views
Is there any way to generate documentation using appledoc in AppCode?
Or is there any way (using other docs generators) to make it work in AppCode ?
1
vote
1answer
58 views
Macro or dynamic placeholder in appledoc
In my iOS project, I added screenshot images to the documentation of some classes.
The documentation is generated with appledoc.
Basically, for the class TheViewController, this would look like this:
...
0
votes
1answer
64 views
Adding documentation on GitHub projects with appledoc
I've noticed some projects on GitHub have documentation pages created with Appledoc and hosted at username.github.com/project/Documentation. For example:
Project: ...
0
votes
0answers
69 views
Create / Access / Modify template files for Appledoc
The current version of Appledoc supports comments to HTML with a specific formatting. I was wondering how I might be able to create a template for comments to markdown formatting.
How does one ...
0
votes
1answer
92 views
Appledoc and custom link description
If I'm doing something stupid, I'm sorry in advance. But I cannot identify my error.
Here is the code (header file):
#import <Foundation/Foundation.h>
/**
Represents a cover image. It can be ...
0
votes
0answers
15 views
Generate automated document file for my comments in iPhone application
I want to generate automated doc file for my comments in iPhone application. For that I want to use appledoc. But I am not able to run its shell script. Help me. Thank you.
0
votes
2answers
149 views
Appledoc automatically copy html to project directory
So I have a build script which runs after building my library in xcode which generates the appledoc documentation and installs it into XCode.
Annoyingly this puts all the HTML etc into an obscure ...
2
votes
2answers
318 views
Integrating Facebook Docset with Xcode
So I downloaded the latest 3.1 Facebook iOS sdk and under the scripts I found a build_documentation.sh which I ran. It completed and generated a com.facebook.Facebook-SDK-3_0-for-iOS.docset file. I am ...
0
votes
0answers
202 views
How to get Appledoc to generate documentation only for files included in target
I just installed Appledocs in my Xcode project and I am really excited to try it out. The only problem is, the files for my project are being held in a "common" directory. Some of the files in the ...
0
votes
1answer
151 views
Appledoc - grouping classes by categories
I'm using Appledoc for generate comments.
In basic variants i get page like this http://sdk.quickblox.com/ios/
I want to get something like this http://qblx.co/OrAHzE - classes grouped by ...
1
vote
2answers
169 views
Reloading docset without restarting Xcode
I am using appledoc for generating docsets. Everything is good, except everytime I rebuild it(with using my plist and run shell script) I must restart xcode to see changes.
Is there a way for force ...
2
votes
0answers
311 views
Doxygen / AppleDoc and Jenkins with Objective-C: where should the Doxygen / AppleDoc output live?
Currently our team is using an SVN repository to manage our code on Server A, and changes to this repository trigger builds via Jenkins to be kicked off on Server B (so server B has a workspace that ...
31
votes
3answers
5k views
Objective-C Documentation Generators: HeaderDoc vs. Doxygen vs. AppleDoc
I need to implement a documentation generation solution for my workplace and have narrowed it down to the three mentioned in the title. I have been able to find very little information in the way of ...
2
votes
2answers
762 views
appledoc Exception: at least one directory
After wasting some time to figure out what goes wrong, I finally have to ask for help. I want to use appledocs from Gentle Bytes. I followed every step of the quick install guide, but I´m not able to ...
1
vote
2answers
3k views
how to use appledoc to generate an Apple-like documentations
I am reading on the article how to generate an Apple-like HTML documentation at here. My questions are what the command lines are used for. How can we combine command lines and appledoc xcode project ...
0
votes
1answer
1k views
Xcode 4: custom behavior does not execute my sh script?
I created a custom behavior in Xcode 4 (Xcode > behaviors > edit behaviors > +) in order to launch a shell script (which is configured to be executable). I can invoke the behavior using the menu or my ...
8
votes
2answers
316 views
How to create documentation for instance variable and methods in Xcode?
I'd like to be able to Alt-Click an instance variable (or a method) as part of the program i created and read what it's purpose is.
The fact that Xcode is telling me the class variable is declared ...
