Alex Martini
Alex Martini
The output uses using the POSIX ctags syntax, and enables "jump to definition" for DocC links and for syntactic categories in the formal grammar. From testing with a few different...
Because of the way Swift-DocC works, the URL we publish to must change from to . We need to set up server-side redirects on Swift.org so that links to chapters...
### Location https://docs.swift.org/swift-book/ReferenceManual/Declarations.html#ID374 ### Description For example, `P2` in the following code: ``` protocol P1 { associatedtype T } protocol P2 { associatedtype T: Comparable = Int } // P2...
In the following portion of the grammar: ``` > Grammar of an identifier: > > *identifier* → *identifier-head* *identifier-characters*_?_ > > *identifier* → **`` ` ``** *identifier-head* *identifier-characters*_?_ **`` `...
Currently, the formal grammar is manually duplicated — each rule appears one in its section reference, and again in the summary of the grammar at the end of the reference....
If you conceptualize access as being either a read or a write, and either atomic or nonatomic, the old and new wording means the same thing. However, if you divide...
Without this redirect, the server generates a directory listing for and you have to click through to the actual content. This page uses a reduced version of the existing redirect...
The line "---" indicated to the pre-DocC build system's code testing infrastructure that the code listing contains a blank line at that point. However, two hyphens in a row is...
Because the `Info.plist` file specifies Swift as the default language via the `CDDefaultCodeListingLanguage` key, code listings with an unspecified language should still render correctly. However, it's still good to be...
Fix some incorrect and outdated URLs. Switch to HTTPS in a few places. Improve detection of broken links in the preflight script. Co-authored-by: Marc Liyanage Co-authored-by: Apollo Zhu