Alex Martini
Alex Martini
When building the book, DocC understands the first paragraph of each chapter to be an abstract for that chapter, which it renders differently from the chapter's content. For example, in...
This reduces the places where content in the comment causes DocC to silently mis-parse the comment and content after it. The markdown parser for DocC first parses plain markdown syntax,...
Fixes #1
The version of TSPL currently published using the pre-DocC toolchain styles each item in the definition of a grammar rule as a link to that item's own definition. The live...
The shipping version of [A Swift Tour](https://docs.swift.org/swift-book/GuidedTour/GuidedTour.html) is available as HTML or ePUB like the rest of the book, but also as a downloadable playground to open in Xcode. The...
Fixes: https://github.com/apple/swift-book/issues/215 Fixes: rdar://117171554
### Location https://docs.swift.org/swift-book/documentation/the-swift-programming-language/statements#Conditional-Compilation-Block ### Description The list of architectures next to the `arch()` platform condition might be out of date. ### Correction Is `arm64_32` officially supported? If so, it should...
Fixes: https://github.com/apple/swift-book/issues/193
Fixes: rdar://102835487