Skip to content
forked from alokc83/docGen

This repo consist of scripts that can be added to the Xcode project build phases to generate Apple like Documentation. Please note these script are bare minimum. They uses Jazzy for swift from Realm and appledoc for objective C from tomaz. these script can be added as submodule so that you can get the latest pull. At least thats idea when I want…

Notifications You must be signed in to change notification settings

silvercar/docGen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

#docGen

Purpose : This project is side project to improve my own in-project documentaion.

How to use : This can be added as submodule of the project or you can copy the script and add Build Phave in your project file to run the script.

###How to add as build phase in project###

  • click on xcode project file
  • On right hand side look for Build Phase
  • Click on Plus icon on left side and select "New Run Script Phase"
  • Paste the content of Objcetive C or Swift script.
  • Run the project, It would pick any documentation that you have done in the project

About

This repo consist of scripts that can be added to the Xcode project build phases to generate Apple like Documentation. Please note these script are bare minimum. They uses Jazzy for swift from Realm and appledoc for objective C from tomaz. these script can be added as submodule so that you can get the latest pull. At least thats idea when I want…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%