We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 645b319 commit 01769dbCopy full SHA for 01769db
docs/README.md
@@ -0,0 +1,11 @@
1
+# Generate API Documentation
2
+### Steps
3
+* Download [doxygen]( http://www.stack.nl/~dimitri/doxygen/download.html) and open it.
4
+* Move Doxygen.app to /Applications folder.
5
+* Open Doxygen from Launchpad.
6
+* Select **/Applications** folder in working directory.
7
+* Select SDK root directory in source code directory.
8
+* Select **objective-c-sdk/API Docs** in Destination Directory.
9
+* Navigate to **RUN** tab and press **Run doxygen**.
10
+* This will generate HTML documentation in **objective-c-sdk/API Docs** directory.
11
+* Browse **objective-c-sdk/API Docs/HTML/index.html** in browser.
0 commit comments