SwiftDocOrg / swift-doc

A documentation generator for Swift projects
https://swiftdoc.org
MIT License
1.68k stars 99 forks source link

Link External Code Symbols from Foundation and Swift Standard Library #30

Open mattt opened 4 years ago

mattt commented 4 years ago

For example, a reference to Codable in a code block should link to Apple's documentation.

mattt commented 4 years ago

Related to #31. Alternatively, we can use the collected import statements for a symbol's source file to narrow candidates.