Is there a way to force the documentation compiler to generate documentation for extensions to types outside a package/framework?
This is incredibly important, as some packages and frameworks extend types that are part of the Swift Foundation (e.g., extensions to primitive types and collection) and SwiftUI (e.g., view modifiers and environment values).
DocC still doesn't generate documentation for the extensions.
If you want to get involved in the effort to fix this, I recommend that you bounce on over to Swift Forums > DocC. I think that this is the most relevant thread.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"