-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Source api documentation #28
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only noticed 3 typos. Other than that, nice documentation 👍
Co-authored-by: ssestak <126681667+ssestak@users.noreply.github.com>
@@ -1,19 +1,40 @@ | |||
import Foundation | |||
|
|||
/// `DataCache` is intended to store application state which may be used by |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would rather use data state
instead of application state
. Application state is often more than just a data state. Could be navigation state as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have removed the work application
instead.
@mikolasstuchlik good job 👏 |
This pull request adds the documentation to source files and initial article documentation for DocC. It includes diagram provided by @samoilyk.
What remains to be done: