This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Add option for specifying which access levels are included#219
Merged
mattt merged 12 commits intoSwiftDocOrg:masterfrom Feb 23, 2021
Merged
Add option for specifying which access levels are included#219mattt merged 12 commits intoSwiftDocOrg:masterfrom
mattt merged 12 commits intoSwiftDocOrg:masterfrom
Conversation
…ymbols. This slightly changes the behaviour of the internal data structures which collect information on the symbols (e.g. Interface, Members and Symbol). Now, they contain every symbol, not only the public ones. The decision which symbol to include in the documentation is moved to the generating of the documentation.
Contributor
|
@Lukas-Stuehrk Thanks so much for working on this. And apologies for not giving |
mattt
approved these changes
Feb 23, 2021
Contributor
mattt
left a comment
There was a problem hiding this comment.
This looks great, @Lukas-Stuehrk! Just a few, small changes to make on my end. Otherwise, this is ready to go in. Nice work!
mattt
reviewed
Feb 23, 2021
mattt
added a commit
to Ehlster/swift-doc
that referenced
this pull request
Feb 23, 2021
Member
Author
|
🙇 It's always a pleasure to contribute to one of your projects, @mattt. I will sign the commits so the pull request is mergeable. |
5622468 to
7e9ac1d
Compare
Contributor
|
Alright, CI is passing so I'll merge this in now. Thanks again for your great work on this, @Lukas-Stuehrk! |
|
👏 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is another try to close #72 - I really want to document my apps.
This slightly changes the behaviour of the internal data structures which collect information on the symbols (e.g.
Interface,MembersandSymbol). Now, they contain every symbol, not only the public ones. The decision which symbol to include in the documentation is moved to the generating of the documentation.