From 9326baa8b179155fc72c63393118379fcf4f123e Mon Sep 17 00:00:00 2001 From: Dennis Hong Date: Tue, 25 Apr 2023 13:28:31 -0500 Subject: [PATCH] update swift DocC --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index eb20a23..9675f9d 100644 --- a/README.md +++ b/README.md @@ -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 { Back to Content

+## 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)