update swift DocC

This commit is contained in:
Dennis Hong 2023-04-25 13:28:31 -05:00 committed by GitHub
parent 3fb2edccea
commit 9326baa8b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,6 +100,7 @@ apple developer tutorial video link update
- [KVO](#KVO)
- [KVC](#KVC)
- [Singleton](#Singleton)
- [Swift DocC](#swift-DocC)
- [Code Structuring](#code-structuringarchitecture)
- [MVC](#MVC)
- [MVP](#MVP)
@ -513,6 +514,13 @@ class SingletonPattern {
<a href="#-content">Back to Content</a>
</p>
## Swift DocC
Swift-DocC is a documentation compiler for Swift frameworks and packages aimed at making it easy to write and publish great developer documentation.
Simple goes to Product-Build Documentation and DocC will open
[Swift DocC Apple Github](https://github.com/apple/swift-docc)
[DocC Tutorial for Swift : Getting Started](https://www.kodeco.com/34919511-docc-tutorial-for-swift-getting-started)
## Code Structuring(Architecture)