Generate Documentation using Jazzy for Swift Projects
Example project to demonstrate the documentation generation using Jazzy, contains a sample .jazzy.yaml https://github.com/SumitKr88/SwiftDocumentationUsingJazz/
Steps:
- Add comments in Xcode
- Setup & install Jazzy
- Create .jazzy.yaml
- Configure .jazzy.yaml as per your project details
- Go to Terminal and type
jazzy
from your project folder - Jazzy will start generating the document
Follow this link for details
https://medium.com/@sumit16.kumar/document-generation-for-swift-projects-using-jazzy-e148efc72bca
If you are having trouble with this project or if you find any bugs, do open a new issue and describe the problem.
Liked the project? Just give it a star ⭐️ and spread the word!
© Sumit Kumar | @SumitKr88
MIT License