This repository was archived by the owner on Jun 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 98
Include public extensions of external types #122
Labels
enhancement
New feature or request
Milestone
Comments
That's a great idea. Thanks for pointing this out, @sindresorhus! |
+1 this would be very helpful for Vapor's API docs (https://api.vapor.codes). Some of our packages actually consist only of extensions so attempting to generate docs on them fails (https://github.com/vapor/fluent-postgres-driver for example). |
This comment has been minimized.
This comment has been minimized.
Lukas-Stuehrk
added a commit
to Lukas-Stuehrk/swift-doc
that referenced
this issue
Mar 27, 2021
Lukas-Stuehrk
added a commit
to Lukas-Stuehrk/swift-doc
that referenced
this issue
Mar 27, 2021
Lukas-Stuehrk
added a commit
to Lukas-Stuehrk/swift-doc
that referenced
this issue
Mar 29, 2021
Lukas-Stuehrk
added a commit
to Lukas-Stuehrk/swift-doc
that referenced
this issue
Mar 30, 2021
mattt
added a commit
that referenced
this issue
Apr 23, 2021
* Build documentation for external types. Implements #122. * Display extensions in definition list Remove unnecessary style rules for extensions * Fix false positives for external types. * Better check for external symbols. * Refactor isExternalSymbol to perform more general symbol resolution * Remove unnecessary parameter * Add resolution for nested types through typealiases Refactor implementation of ID * Use typealias resolution when creating relationships * Add tests for extensions on typealiases. * Add changelog entry for #230 Co-authored-by: Mattt <[email protected]>
This has been implemented in the latest release (1.0.0-beta.6) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It seems like swift-doc does not include extensions. My project has a
NSMenuItem
extension, which would be nice to also include. Jazzy correctly includes this.Screenshot:
Live example: https://sindresorhus.com/KeyboardShortcuts/Extensions/NSMenuItem.html
The text was updated successfully, but these errors were encountered: