Open
Description
Previous ID | SR-15431 |
Radar | rdar://79049385 |
Original Reporter | @Mordil |
Type | New Feature |
Additional Detail from JIRA
Votes | 19 |
Component/s | Swift-DocC |
Labels | New Feature |
Assignee | None |
Priority | Medium |
md5: c3c52c8ed342d1b0fea2c443bcf8f543
Issue Description:
As a database driver author, I rely heavily on SwiftNIO for the architecture of my driver, and users of my driver should be familiar with many of the concepts and types defined by SwiftNIO that I also expose.
When I write symbol documentation or articles, I would like the ability to reference those types, to enrich the exploration of documentation with Xcode.
The syntax I would find the least surprising is having to prepend the module's name at the start, such as ``SlothCreator/Habitat``