Xcode allows you to display Swift / Obj-C markup documentation in an editor, for example:
func foo() {}
leads to

I noticed that Apple-supplied frameworks have module-level documentation. For example. Fund:
Is there a way to add this documentation at the module level to user frameworks?
source
share